Debugging Your Files |
Active Web |
If you are working with a Active Web Application Server, you can debug your application. First open a Active Web Server. You then decide where you would like processing to pause by placing break points on lines of code. To set break points, find the Active Web file you wish to debug and view its source. Make sure the break points column is turned on within the margin then click it to toggle break points on and off for a give line.
If the debugger is turned on (Debug>Debug menu item) Active Web will pause execution on any breaks points reached when pages are browsed.
Active Web will not pause on a file if you are already paused within that server. |
To ensure the debugger is turned on, and abort any paused pages and browse a page, select the Play option. This is available from the source view caption or the right click menu of a file. |
Topic ID: 150148