Improved the debug example, so that it outputs more information.

This commit is contained in:
2014-06-30 15:16:31 +02:00
parent 425c976032
commit 66a1e0629c
2 changed files with 5 additions and 6 deletions

View File

@@ -27,18 +27,15 @@ feature {NONE} -- Initialization
Precursor
set_service_option ("verbose", True)
set_service_option ("port", 9090)
set_service_option ("base", "/www-debug/debug_service.fcgi")
-- set_service_option ("base", "/www-debug/debug_service.fcgi/")
end
execute (req: WSF_REQUEST; res: WSF_RESPONSE)
local
dbg: WSF_DEBUG_HANDLER
m: WSF_PAGE_RESPONSE
do
create dbg.make
dbg.execute_starts_with ("", req, res)
--create m.make_with_body ("This is ewf debug")
--res.send (m)
end
end