The C# source code to the MDbg debugger is available here: http://www.microsoft.com/downloads/details.aspx?familyid=38449a42-6b7a-4e28-80ce-c55645ab1310&displaylang=en .  Mike Stall often blogs about this set of code, you can find the archive of his posts here: http://blogs.msdn.com/jmstall/archive/category/7394.aspx.

 

-Shawn


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chen, Tom Li Hong
Sent: Monday, February 06, 2006 5:30 PM
To: [email protected]
Cc: Ma, Wen Zhao
Subject: [IronPython] FW: how to debug pthon script in IronPython

 

Hi:

   Thanks for your help and your advice! But I don’t want to make use of CLR Debugger to debug script. In CPython user only need pdb(pdb.py) module to debug python script. So user can debug python script in Python IDE (version: Python2.4). in your advice , if I want to debug python script , I must open CLR Debugger which is a tool of .NET framework. I want to develop a tool which can debug python script with C# language. I can’t get C# source code of CLR Debugger, so I can’t make use of CLR Debugger to debug python script. ( IronPython is free open source). I want to debug python script directly in IronPython console. Or there is some way to get C# source code of CLR Debugger, So that I can make use of CLR Debugger to debug python script. Or whether there is a alike module (like pdb in CPython) that support python script debugging service. Wish your help! Thank you!

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

Reply via email to