Try OpenEdge Now
skip to main content
Developing WebSpeed Applications
Debugging Applications : Persistent debugging using cookies
 

Persistent debugging using cookies

This debugging capability works best if you are using a browser that supports Persistent State Cookies. It is very easy to determine if your browser supports cookies or not. This is outlined in Debugging and administrative options .
Without cookies, to use the debug=on feature, you would need to add debug=on to every URL in your application to ensure that this feature stayed on for subsequent page requests. By using a cookie, WebSpeed stores the current debug settings and uses them until you explicitly turn them off.
There are several sections in the output to the WebSpeed Request Information page. Each of these sections has an associated option to turn it on independently of the other options.