Hi - Thanks Dave, But while that shows how to embed Ironpython in Mdbg, I am looking to use Mdbg to debug IronPython programs/scripts. When I do this now with Clrdbg I can load the source and step through it, set break points etc. With Mdbg, if I use a self compiled version of Ironpython with the pdb files in place I can see the IronPython source and put breakpoints in it. However, I cannot do anything at the Ironpython program/script level. If I use a release version of Ironpython (or the binary) then I can't get anything useful to happen.
David [EMAIL PROTECTED] wrote on 09/12/2007 07:48:26 PM: > This link (http://blogs.msdn. > com/jmstall/archive/2005/08/31/Mdbg_Python_ext.aspx) is a bit out of > date, but hopefully points you in the right direction. > > Dave > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:users- > [EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] > Sent: Wednesday, September 12, 2007 4:21 PM > To: Discussion of IronPython > Subject: [IronPython] how to get mdbg to work with IP - or is it > even possible? > > I can debug IP 2 programs fairly nicely with clrdbg even setting break > points and examining variables but I have tried to get mdbg (and cordbg) > to work with no success. I am interested in mdbg because I would like to > learn more about how debugging support works with the clr and with IP in > particular and the source is available for mdbg. Has anyone had success > with mdbg and Ironpython or does this just not work. If it can work can > you give me some clues about the commands that make it work? > > Thanks! > > David > _______________________________________________ > 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 _______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
