Did you set DebugMore = 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.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yongming Sent: Sunday, October 12, 2008 5:50 AM To: [email protected] Subject: [IronPython] Debug IP script embedded in c# application Hello, I tried to extend my c# application with IronPython 2.0 scripts. So an IDE was wanted to debug the scripts. I tried the ways Michael mentioned here, but it didn't work for me. http://tech-michael.blogspot.com/2008/07/i-was-charged-by-company-i-work-for-to.html Did anyone tried his way, did it worked with IP 2.0? Or any other tools I can use to debug my scripts? _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
