These pages cause various error conditions, and are primarily for illustration and testing of error handling and debugging. Response will vary depending on whether debugging is turned on or off.

To enable/disable debugging, evaluate
   ProcessEnvironment isDevelopingOverride: true/false
then edit the server (in the wave server console) and be sure that "Allow error notifiers on the server" is enabled.

If you are browsing this page by visiting the "default" web site, you can run these examples by clicking on the links below. Otherwise, please consult web/gettingstarted.txt for instructions on starting up the server. Then run the examples with the following URL in the web browser

   http://localhost:8008/examples/{example-location}

dynamicformwithsyntaxerror.ssp
earlyruntimeerror.ssp
halt.ssp
runtimeerror.ssp
syntaxerror.ssp

Note:
Debugging is enabled by default, and turned off by default when packaging an image.