PyCharm Links
Categories
Tags
-
Other JetBrains Blogs
Meta
Author Archives: traff
Gevent debug support
Good news for everyone who uses gevent! Since the last PyCharm 2.6 EAP our visual debugger is able to deal with gevent monkey-patched code. To enable it just edit python/helpers/pydev/pydevd_constants.py in PyCharm installation and set the constant SUPPORT_GEVENT=True Your feedback … Continue reading
Posted in Cool Feature
3 Comments
Django Templates Debugging with PyCharm
While more new features are introduced to PyCharm 2.0, the older ones are also being developed — namely Django template debugger, which first appeared in version 1.5. Now I would like to promote it one more time in order to … Continue reading
Python Remote Debug with PyCharm
Recent PyCharm 1.1 EAP has added one of the most voted feature — Remote Debug. I’m going to say a few words about it expecting you to try it and share your thoughts with us. If you plan to debug … Continue reading