Set a breakpoint at a specific function.
- Start the debugger and enter break mode, if you are not already in break
mode.
- Open the Call Stack window.
- Right-click a function and select .
PowerBuilder displays a
breakpoint icon with the function name, and enables the breakpoint. It also
inserts a breakpoint icon in the Script Editor (at the location in your code
where the function is called) and the Breakpoints window.