Debugging a .NET Application

After you have deployed a PowerBuilder Web Forms or Windows Forms application, you can debug it.

  1. To open the debugger, you can:
    • Right-click the target or project in the System Tree and select Debug from its context menu.
    • Open the project to debug, and select Design > Debug Project from the Project painter menu bar.
    • Make sure the application you want to debug is current and select Debug applicationName in the PainterBar.
  2. To start the debugging process:
    • From the Debugger toolbar, select Start applicationName .
    • From the Debugger menu, select Debug > Start applicationName.