Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b425891

Browse files
committed
merge with 3.4
2 parents d64fa1e + 5e722f6 commit b425891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/faq/programming.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ for pdb as an example.
2323

2424
The IDLE interactive development environment, which is part of the standard
2525
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.
26+
graphical debugger.
2827

2928
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
3029
Pythonwin debugger colors breakpoints and has quite a few cool features such as
@@ -52,6 +51,7 @@ They include:
5251

5352
* Wing IDE (http://wingware.com/)
5453
* Komodo IDE (http://www.activestate.com/Products/Komodo)
54+
* PyCharm (https://www.jetbrains.com/pycharm/)
5555

5656

5757
Is there a tool to help find bugs or perform static analysis?

0 commit comments

Comments
 (0)