Kaydet (Commit) 5e722f69 authored tarafından Georg Brandl's avatar Georg Brandl

Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.

üst 485922ea
...@@ -23,8 +23,7 @@ for pdb as an example. ...@@ -23,8 +23,7 @@ for pdb as an example.
The IDLE interactive development environment, which is part of the standard The IDLE interactive development environment, which is part of the standard
Python distribution (normally available as Tools/scripts/idle), includes a Python distribution (normally available as Tools/scripts/idle), includes a
graphical debugger. There is documentation for the IDLE debugger at graphical debugger.
http://www.python.org/idle/doc/idle2.html#Debugger.
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
Pythonwin debugger colors breakpoints and has quite a few cool features such as Pythonwin debugger colors breakpoints and has quite a few cool features such as
...@@ -52,6 +51,7 @@ They include: ...@@ -52,6 +51,7 @@ They include:
* Wing IDE (http://wingware.com/) * Wing IDE (http://wingware.com/)
* Komodo IDE (http://www.activestate.com/Products/Komodo) * Komodo IDE (http://www.activestate.com/Products/Komodo)
* PyCharm (https://www.jetbrains.com/pycharm/)
Is there a tool to help find bugs or perform static analysis? Is there a tool to help find bugs or perform static analysis?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment