]> granicus.if.org Git - python/commitdiff
Remove now-dead link to IDLE debugger doc and add PyCharm to the commercial IDEs.
authorGeorg Brandl <georg@python.org>
Wed, 29 Oct 2014 07:55:14 +0000 (08:55 +0100)
committerGeorg Brandl <georg@python.org>
Wed, 29 Oct 2014 07:55:14 +0000 (08:55 +0100)
Doc/faq/programming.rst

index b52af6095fd475d1ce0e562a7752285cab77ad37..659247b8c1886ef6f7dfe8bf2438b17172164057 100644 (file)
@@ -23,8 +23,7 @@ for pdb as an example.
 
 The IDLE interactive development environment, which is part of the standard
 Python distribution (normally available as Tools/scripts/idle), includes a
-graphical debugger.  There is documentation for the IDLE debugger at
-http://www.python.org/idle/doc/idle2.html#Debugger.
+graphical debugger.
 
 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
@@ -52,6 +51,7 @@ They include:
 
 * Wing IDE (http://wingware.com/)
 * 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?