Debugging a Compiled Application
If you have an application that contains both compiled code and WebScript, do the following:
- Launch your debugger.
- Set breakpoints in the compiled code.
- Launch the application's executable in the debugger.
- In your browser, open the URL you'd normally use to launch your application. For example:
For example, if you are using gdb, you would type the following:
(gdb) run -d /NextLibrary/WebServer/htdocs MyApplications/Registration
http://localhost/cgi-bin/WebObjects/MyApplications/Registration