Troubleshooting¶
At some stage a PSP file is not going to output what you expect. This could be for many reasons:
-
Incorrectly closed or matched HTML tags in the source
-
Mismatched quotation symbols for attributes
-
Incorrect syntax in WebDyne tags, code or attributes
-
Failure by the HTML Parser to read complex or unusual HTML
-
A bug in the WebDyne code at runtime
There are several troubleshooting steps:
-
Does the file render from the command line using
wdrender? Are there any additional warnings or error messages generated from the command line ? -
Is the file validly constructed and balanced HTML when read by the WebDyne parser ? Use
wdcompileto check the parsed HTML and check for any errors in attributes or tags -
Use the
wddebug --enableandWEBDYNE_DEBUG=1environment variable to elicit more information
If nothing obvious jumps out put a bug report on the WebDyne Github page for the author to review.