summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
blob: f9d160b9ad021a15f8f270bee530aad20cecbe4f (plain)
1
2
3
4
5
6
7
8
9
<% local data, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
<H1>Debugging</H1>
<H2>View Data:</H2>
<%= cfe_unpack(data) %>
<H2>Session:</H2>
<%= cfe_unpack(session) %>
<H2>Page Info:</H2>
<%= cfe_unpack(page_info) %>