Todo List
The Debug class is used together with the Eclipse to add support for remote debugging
Write: url?DBGSESSID=1@localhost:10001
Usage: $debug = new Debug(); $debug->breakpoint(); Or Debug::breakpoint();
Located in /myphp-1.9/myphp-1.9-base/html/util/Debug.php [line 35]
Methods
Debug Debug( )
Constructor
void breakpoint( )
used to stop in the debugger