Module "webdebug"
=================

A module that implements an SPL debugger that can be used with a Web
Interface.

Only load that module when you are in a save test environment do not let
end-users access the debugger frontend!
 
function webdebug() ;
---------------------

Create a Web Deugger task and return the URI for it.
E.g.:

	<script><!--
	window.open("${webdebug()}", "",
		"width=600,height=500,resizable=yes,scrollbars=yes");
	//--></script>
 
