Oracle® Solaris Studio 12.4: Debugging a Program With dbx

Exit Print View

Updated: January 2015
 
 

Listing Breakpoints and Traces

To display a list of all active breakpoints, use the status command to display ID numbers in parentheses or brackets, which can then be used by other commands. If ID numbers are in brackets, these breakpoints are disabled. Additionally, an asterisk (*) might appear before the parentheses or brackets to indicate if the program is stopped due to that event.

dbx reports multiple breakpoints set with the inmember, inclass, and infunction keywords as a single set of breakpoints with one status ID number.