(18 out of 44)
Project.Print Environment
Synopsis
Specifies if the CGI should print the environment at the top of the HTML document generated.
Description
If this option is set to True, Sapphire/Web will print all of the environment variables that the http server has when the CGI is executed. This is useful when debugging your CGI executable. You can copy this debug information to a file and run your CGI executable with the -env flag to pass the environment to the CGI as if your CGI was called by a http server. This method allows you to use a debugger like dbx to find problems with your CGI.
Permitted Values
True
False
Example Values
True
False
See Also
(18 out of 44)