On 20/01/2010 16:27, Joshua Kramer wrote:

Michael Foord wrote: "The short answer is no. The Wing debugger is written in C. The SharpDevelop debugger (written in C#) does work with IronPython though."

I'm not sure what the language that the editor is written with has to do with it.

Nothing (the Wing editor is mostly written in Python), nor did I discuss it. What language the debugger is written in has a lot to do with it.

Eclipse + PyDev is written in Java and it works 95% [1] with IronPython 2.6.

Right - the PyDev debugger is presumably written in Python, using settrace, which is another viable choice.

Michael

[1] There is a slight issue that I had discussed before (and filed a bug report on), in that breakpoints in top-level code are only hit approximately 66% of the time. Breakpoints inside of functions appear to be hit 100% of the time though.



--
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog

READ CAREFULLY. By accepting and reading this email you agree, on behalf of 
your employer, to release me from all obligations and waivers arising from any 
and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, 
clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and 
acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your 
employer, its partners, licensors, agents and assigns, in perpetuity, without 
prejudice to my ongoing rights and privileges. You further represent that you 
have the authority to release me from any BOGUS AGREEMENTS on behalf of your 
employer.


_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to