Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d64fa1e + 5e722f6 commit b425891Copy full SHA for b425891
1 file changed
Doc/faq/programming.rst
@@ -23,8 +23,7 @@ for pdb as an example.
23
24
The IDLE interactive development environment, which is part of the standard
25
Python distribution (normally available as Tools/scripts/idle), includes a
26
-graphical debugger. There is documentation for the IDLE debugger at
27
-http://www.python.org/idle/doc/idle2.html#Debugger.
+graphical debugger.
28
29
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
30
Pythonwin debugger colors breakpoints and has quite a few cool features such as
@@ -52,6 +51,7 @@ They include:
52
51
53
* Wing IDE (http://wingware.com/)
54
* Komodo IDE (http://www.activestate.com/Products/Komodo)
+* PyCharm (https://www.jetbrains.com/pycharm/)
55
56
57
Is there a tool to help find bugs or perform static analysis?
0 commit comments