Re: [Ironpython-users] IronPython debugging on OS X

2012-02-22 Thread Steve Baer
like eclipse to do your debugging. -Steve From: Dino Viehland Sent: Wednesday, February 22, 2012 1:47 PM To: Lucas Vickers ; [email protected] Subject: Re: [Ironpython-users] IronPython debugging on OS X If you’re down w/ Eclipse PyDev supports IronPython debugging. From

Re: [Ironpython-users] IronPython debugging on OS X

2012-02-22 Thread Dino Viehland
n.org Subject: [Ironpython-users] IronPython debugging on OS X Hello, I'm trying to find some information on what debugging capabilities exist for IronPython. I read in depth about the mono level debugger, but this is probably too low level for what I want. I also found some mention of work

Re: [Ironpython-users] IronPython debugging on OS X

2012-02-22 Thread Jeff Hardy
On Wed, Feb 22, 2012 at 1:44 PM, Lucas Vickers wrote: > Hello, > > I'm trying to find some information on what debugging capabilities exist for > IronPython.  I read in depth about the mono level debugger, but this is > probably too low level for what I want. > > I also found some mention of work

[Ironpython-users] IronPython debugging on OS X

2012-02-22 Thread Lucas Vickers
Hello, I'm trying to find some information on what debugging capabilities exist for IronPython. I read in depth about the mono level debugger, but this is probably too low level for what I want. I also found some mention of work being done on Windows specific IronPython debuggers, but I am hopin