Fast-path Debugger APIs
Fast-path debugger APIs allow the caller to bypass the generalized Debug Command API for some of the simpler, but more common, source debugging functions.
The fast-path debugger API are:
- Add Breakpoint (QteAddBreakpoint) adds a breakpoint to the specified location in a registered view.
- Remove All Breakpoints (QteRemoveAllBreakpoints) removes all breakpoints from all modules in a program.
- Remove Breakpoint (QteRemoveBreakpoint) removes a breakpoint from the specified location in a registered view.
- Step (QteStep) adds a step to a program specifying that the program will run one or more statements after which program processing is suspended.
[ Back to top | Debugger APIs | APIs by category ]