Setting a load occurrence breakpoint

ngjava.gif (225 bytes)Load Occurrence Breakpoints are not available when debugging interpreted Java programs. They are available when debugging High Performance Compiled (HPC) Java programs.

Load occurrence breakpoints halt execution of your program when the DLL or dynamically loaded module specified is loaded into memory. You can set load occurrence breakpoints from the Breakpoints menu.

To set a load occurrence breakpoint from the Breakpoints menu:

  1. Select Breakpoints > Set Load Occurrence from the menu bar.
  2. Enter the name of the DLL or dynamically loaded module to set the breakpoint for.
  3. Set any optional parameters that you want for the breakpoint.
  4. Click OK to set the breakpoint and dismiss the Load Occurrence Breakpoint dialog. Alternatively, use the Set button to set the breakpoint without dismissing the Load Occurrence Breakpoint dialog.

[Related Concepts]
Breakpoints

Related Tasks
Setting multiple breakpoints
Setting a conditional breakpoint
Modifying breakpoint properties
Enabling and disabling breakpoints
Deleting a breakpoint
Viewing breakpoints