Various changes related to new WSF_DEBUG_INFORMATION and WSF_DEBUG_HANDLER.

This commit is contained in:
2014-07-01 19:59:08 +02:00
parent 7dfc6ea67a
commit 446c692f97
3 changed files with 63 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ feature -- Access
p: WSF_PAGE_RESPONSE
l_len: INTEGER
dbg: WSF_DEBUG_INFORMATION
utf: UTF_CONVERTER
do
create s.make (2048)
s.append ("= EWF DEBUG =")
@@ -59,6 +60,7 @@ feature -- Access
create dbg.make
dbg.set_is_verbose (True)
dbg.append_cgi_variables_to (req, res, s)
dbg.append_information_to (req, res, s)
s.append ("= END =")