Did you know ... Search Documentation:
Pack weblog -- prolog/debug_page/debug_page.pl
PublicShow source

Displays generally useful debug information.

Note that this can be a security hole. If you load this module, root(debugpage) is loaded as a priority -10 handler. To hide it, you'll need to define a 404 handler at a higher priority.

:- http_handler(root(debugpage) ,
             http_404([index(root(.))]),
             [priority(10)]).

At the moment does little, eventually should include whatever's in

http://www.swi-prolog.org/pldoc/doc/home/vnc/prolog/src/plweb/stats.pl since this code's not integrated

List of registered handlers and paths (done) Current File Search Path Current Session info Info from stats.pl done