How Can I Step from a PowerBuilder Application into a Stored Procedure?

Feature Only in Enterprise Edition   SQL stored procedure debugging is supported only in Visual C++ Enterprise Edition. For more information, see .

If you are using both Visual C++  Enterprise Edition and PowerBuilder for application development, you can step from PowerBuilder debugging into the stored procedure debugger as follows:

  1. Open the PowerBuilder generated *.EXE as a WorkSpace.

  2. Insert a datasource with the stored procedures that the application calls.

  3. Set breakpoints as needed.

  4. Press F5.