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