Module "wsf_debug"
==================

A module that implements an SPL debugger that can be used with a Web
Interface and integrates nicely in WSF applications.
 
object WsfDebug WsfComponent
----------------------------

The WSF debugger compontent.

This WSF component creates a small "controler box" with a button for opening
a debugger window and, if the DOM update machnism (see "wsf") is active,
add buttons for displaying and hiding the iframe used for the DOM update
hack.

Derived from WsfComponent.
 

method WsfDebug.main() ;
~~~~~~~~~~~~~~~~~~~~~~~~

Overloaded WsfComponent.main().
	 

method WsfDebug.get_html() ;
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Overloaded WsfComponent.get_html().
	 
