ILE C/C++ Programmer's Guide
To work with a module you can: use either of the following:
- F13 (Work with module breakpoints)
- F6 (Add/Clear breakpoint)
You can set conditional and unconditional breakpoints by using the BREAK
debug command.
- Note:
- You can also add breakpoints with the BREAK or TBREAK debug commands.
For information on using the BREAK command, see Setting Unconditional Breakpoints from the Command Line. For information on using the TBREAK command, see Setting Conditional Thread Breakpoints.
You can remove conditional and unconditional breakpoints by using the CLEAR
debug command.
[ Top of Page | Previous Page | Next Page | Table of Contents ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.