To debug a script, select menu Debug / Start debugger. Before the script starts however you may do one of the following:
- If the script is a console script, enter a number of arguments under menu Run / Arguments and select a starting path for it.
- For CGI scripts, enter a query in the query editor. The environment will be setup for the script and post data will be feeded.
Note however that debugging this way does not allow debugging after a submit button has been pressed in an html page that calls the script. To do this you need remote debugging.