Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Using Padre IDE to Debug a script.

by bodean (Initiate)
on Oct 18, 2011 at 21:54 UTC ( [id://932251]=perlquestion: print w/replies, xml ) Need Help??

bodean has asked for the wisdom of the Perl Monks concerning the following question:

I have been a long time user of ActiveState and Komodo IDE, I'm wanting to switch over to Strawberry and Padre. I hope this question will be appropriate here.

When I debug a script within Komodo; I am first presented with a Debugging Options dialog box that allows me to specify (among other things) the command line and the start-up directory. I am trying to figure out if there is something similar when using Padre.

The only thing I've come up with on my own is to add a couple of lines of code at the top of the script. And then hopefully remember to remove those lines when I'm finished debugging.

# Change Directory chdir('C:\Jobs\206760'); # Set @ARGV @ARGV = ( '-Debug', '-ParamsFile=CreateOrders.parm', '-NoWarnings', );

Replies are listed 'Best First'.
Re: Using Padre IDE to Debug a script.
by Sewi (Friar) on Oct 19, 2011 at 05:32 UTC

    Padre debugging is still unfinished.

    I think you may set your command line options in the preferences, but I'm unsure about this.

    You should contact the Padre support channel to get a trac account and open a ticket requesting the debug startup/configuration dialog.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://932251]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (3)
As of 2024-04-19 23:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found