[IronPython] Disabling optimized methods

Jeff Hardy jdhardy at gmail.com
Sat Nov 17 15:04:52 PST 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 Users mailing list