Viewing the web output buffer

From m204wiki
Jump to navigation Jump to search

Always available for Janus Debugger sessions, the Web Buffer tab displays a program's web output buffer lines: the lines the Web Server application is preparing (in CCATEMP) to send to the browser at the completion of the request. Since the page is updated in real time as you step through a code program and as PRINT and HTML statements are executed, you can view the Web Buffer page to watch your HTML grow.

The page is cleared after the current request output is sent and the next web request is ready for execution.

The Web Buffer tab displays printable characters only.

The Web Buffer tab is also available when the TN3270 Debugger is used to debug web threads.

See Also:

Controlling the execution of program code