Files
cppdraft_translate/cppdraft/debugging/general.md
2025-10-25 03:02:53 +03:00

22 lines
662 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[debugging.general]
# 19 Diagnostics library [[diagnostics]](./#diagnostics)
## 19.7 Debugging [[debugging]](debugging#general)
### 19.7.1 General [debugging.general]
[1](#1)
[#](http://github.com/Eelis/draft/tree/9adde4bc1c62ec234483e63ea3b70a59724c745a/source/diagnostics.tex#L2413)
Subclause [[debugging]](debugging "19.7Debugging") describes functionality to introspect and
interact with the execution of the program[.](#1.sentence-1)
[*Note [1](#note-1)*:
The facilities provided by the debugging functionality interact with a program
that could be tracing the execution of a C++ program, such as a debugger[.](#1.sentence-2)
— *end note*]