You can set DebugMode = true on a ScriptRuntimeSetup object.  If you're using 
the Python class you can pass a Dictionary object to CreateRuntime with "Debug" 
= "true" and we'll set it for you.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rainer Worbis
Sent: Sunday, October 12, 2008 12:10 PM
To: [email protected]
Subject: [IronPython] Debugging IronPython script code

Hallo all,

is there a possibility to debug IronPython code that is executed with 
ScriptSource.Execute or CompiledCode.Execute within VisualStudio?
Setting breakpoints in the python code will can be done by 
System.Diagnostics.Debugger.Break() - the code breaks but I don't know how to 
tell VS to get into my code.

Rainer

_______________________________________________
Users mailing list
[email protected]
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to