[IronPython] DebugMode

Michael Foord fuzzyman at voidspace.org.uk
Sat Jul 5 17:04:08 CEST 2008


Hello all,

What practical effect does setting 'DebugMode' on a ScriptRuntime have?

ScriptRuntime runtime = ScriptRuntime.Create();
runtime.GlobalOptions.DebugMode = true;
ScriptEngine engine = runtime.GetEngine("py");

Michael Foord

-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/
http://www.trypython.org/
http://www.ironpython.info/
http://www.theotherdelia.co.uk/
http://www.resolverhacks.net/



More information about the Ironpython-users mailing list