[wingide-users] command line in the debugger

Wingware Support support at wingware.com
Tue Mar 18 11:25:45 MDT 2008


Joe Bigler wrote:
> I have a python question.  I can run this from the  command prompt
> python analyze.py "c:\zodb\pymonitor.fs"
>  I want to run this from the Wing debugger.  What would be the correct 
> syntax?

The usual way to do this is to open analyze.py in the editor and then to 
use Start / Continue from the Debug menu to start the debugger.  Before 
the program starts, a dialog will appear where you can specify the run 
argument and that's where you'd enter "c:\zodb\pymonitor.fs"

There are other ways of starting the debugger, so please let us know if 
this doesn't work for you.

Thanks,

John


More information about the wingide-users mailing list