Advanced PowerBuilder

HomePrevious Lesson: Enabling and Disabling Breakpoints
Next Lesson: Step-in

Flow In the Debug Window

There are several options in the Debug Painterbar, which allow you to control the flow of execution and the things that should be visible in the Debug window:

If there is a PostEvent() function in the script you are debugging, the event called through the PostEvent function won't be displayed in the debug window, unless a Stop Point is set in the Posted event.
HomePrevious Lesson: Enabling and Disabling Breakpoints
Next Lesson: Step-in