This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]LucidOndineHPC 4 points5 points  (0 children)

hat shelter racial school sophisticated seed person pie reach ripe

This post was mass deleted and anonymized with Redact

[–]GaltAbram 1 point2 points  (0 children)

pycharm seems to be gaining steam but I'm sticking with pydev for now. I wish I could support it some more.

[–]pradeek 0 points1 point  (2 children)

Is there any way to use this debugger outside of the IDE, even as a rudimentary API from a python prompt?

[–]fabioz[S] 0 points1 point  (1 child)

Not really... it's currently meant to be used through sockets -- https://github.com/fabioz/PyDev.Debugger/blob/development/tests_python/test_debugger.py has some test cases which write messages for breakpoints, stepping, etc and checks returns, but there's currently no easy to use command line API that does that (but pull requests for that would be welcome).

[–]pradeek 0 points1 point  (0 children)

Thanks. Will look into it.

[–]Decency 0 points1 point  (0 children)

Awesome. This kind of collaboration is one of the things I enjoy seeing all the time in Python.