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:
Open the PowerBuilder generated *.EXE as a WorkSpace.
Insert a datasource with the stored procedures that the application calls.
Set breakpoints as needed.
Press F5.