Submitted by Anonymous (not verified) on Tue, 03/28/2006 - 00:00
Forums

How is debugging accomplished?

Full name
Administrator

admin

Tue, 03/28/2006 - 15:20

Debugging a web application can be very difficult, but IceBreak has the "single session" mode which allows you to use the system debugger / service job debugger. Use a separate server instance on a dedicated port number so you don't interrupt live requests on your IceBreak server. The GUI system debugger can be installed and used simply by following the directions found in this link http://lisug.org/Techtipnewdebugger.htm When you use the service job debugger you can bring up a 5250 and start the debugger directly from the WRKICESVR command - option 18 will prompt you for the ASP-program to debug - and voila - your source is shown ready to step through with F10.