[wingide-users] How to simulate python -i myscript.py, using
debugger
Wingware Support
support at wingware.com
Thu Sep 21 05:31:43 MDT 2006
On Wed, 20 Sep 2006, Tony Cappellini wrote:
> I was able to set a breakpoint in my function, and the debugger would break
> there, when I called my function from the Debug Probe window.
>
> However, successive attempts at to do this didn't work. That is, the IDE
> would only break once, even if I called my function several times, or
> exited the IDE, exited the script at the commandline, restarted the IDE
> (breakpoints set), and restarted the script via python -i script.py
You have to interact with your debug program using the python -i
provided prompt on the command line, not the Debug Probe inside
Wing.
This works for me for repeated invocations, anyway.
Stephan Deibel
--
Wingware
Wing IDE for Python
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list