The usual way to debug an app is to set the breakpoint and run. But if we know the moment when our breakpoint triggers, we can use Just-in-Time debugging facility.In this way we can skip other breakpoints which we might have.
To enable
Just In Time Debugging, check the option Just In Time Debugging from System Options -> General.
Once applied, set the breakpoint and run the application. Now click on
Powerbuilder icon in Task Bar and click the development environment
option. From the options, select
Debug when you know we have reached the point of breakpoint.
No comments:
Post a Comment