[Ironpython-users] Help Change Python Engine Options inside Python

Jeff Hardy jdhardy at gmail.com
Thu Oct 6 23:08:20 CEST 2011


I'm pretty sure that once the Python Engine has started, the options
cannot be changed.

If you have VS available you could attach to the ipy process and debug
using that. Calling System.Diagnostics.Debugger.Break() in your python
code will trigger a breakpoint.

- Jeff

On Wed, Oct 5, 2011 at 3:19 PM, Mark Wilson <mwilsonedu at yahoo.com> wrote:
> Hi,
> I am writing python scripts in a launched ironpython console. I cannot use
> the pdb debug module because the FullFrames and Tracing were off. I cannot
> relaunch ipy -X:FullFrames -X:Tracing. Could you advise how to debug the
> scripts within the existing python console 2.7?
> Thanks in advance,
> Mike
>
>
>
>
> _______________________________________________
> Ironpython-users mailing list
> Ironpython-users at python.org
> http://mail.python.org/mailman/listinfo/ironpython-users
>
>


More information about the Ironpython-users mailing list