Contents|Index|Previous|Next
Setting catchpoints

You can use catchpoints to cause the debugger to stop for certain kinds of program events, such as C++ exceptions or the loading of a shared library. Use the catch command to set a catchpoint.
 
Top|Contents|Index|Previous|Next