[IronPython] Debug IP script embedded in c# application

Dino Viehland dinov at microsoft.com
Sun Oct 12 17:49:43 CEST 2008


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: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Yongming
Sent: Sunday, October 12, 2008 5:50 AM
To: users at lists.ironpython.com
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
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com



More information about the Ironpython-users mailing list