diff options
Diffstat (limited to 'app/debug-html.lsp')
-rw-r--r-- | app/debug-html.lsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/debug-html.lsp b/app/debug-html.lsp new file mode 100644 index 0000000..775b102 --- /dev/null +++ b/app/debug-html.lsp @@ -0,0 +1,8 @@ +<? local data, viewlibrary, page_info, session = ... ?> +<H1>Debugging</H1> +<H2>View Data:</H2> +<?= html.cfe_unpack(data) ?> +<H2>Session:</H2> +<?= html.cfe_unpack(session) ?> +<H2>Page Info:</H2> +<?= html.cfe_unpack(page_info) ?> |