[IronPython] Disabling optimized methods

Jeff Hardy jdhardy at gmail.com
Sun Nov 18 00:04:52 CET 2007


Hi,
Is there a way to disable method optimizations? I tried setting
ScriptDomainManager.Options.DebugCodeGeneration = true, but the
debugger still shows "Cannot evaluate expression because the code of
the current method is optimized." for a large number of methods. I set
the option before creating the engine, but maybe that's not enough?

-Jeff



More information about the Ironpython-users mailing list