To start debugging your own script, enter the url of the Gubed directory on the server and click on the StartSession link.
On the StartSession page, you can either enter the path of the script you wish to debug or the URL of it.
Ifyou chose to enter the path, it should be relative to your web server root, ie /test/index.php
. The equivalent URL would have been http://myserver/test/index.php.
Once you entered the filename or URL and pressed 'Debug', the script debugging is started. Once the script is run and done, the output will be altered so any local links will be adjusted to make use of debugging as well. This way, you can debug multi step sessions and similar.