@@ -29,26 +29,26 @@ Python distribution (normally available as Tools/scripts/idle), includes a
29
29
graphical debugger.
30
30
31
31
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
32
- Pythonwin debugger colors breakpoints and has quite a few cool features such as
33
- debugging non-Pythonwin programs. Pythonwin is available as part of the ` Python
34
- for Windows Extensions <https://sourceforge.net/projects /pywin32/> `__ project and
35
- as a part of the ActivePython distribution (see
36
- https://www.activestate.com/activepython \ ) .
32
+ PythonWin debugger colors breakpoints and has quite a few cool features such as
33
+ debugging non-PythonWin programs. PythonWin is available as part of
34
+ ` pywin32 <https://github.com/mhammond /pywin32 >`_ project and
35
+ as a part of the
36
+ ` ActivePython < https://www.activestate.com/products/python/ >`_ distribution .
37
37
38
38
`Eric <http://eric-ide.python-projects.org/ >`_ is an IDE built on PyQt
39
39
and the Scintilla editing component.
40
40
41
- Pydb is a version of the standard Python debugger pdb, modified for use with DDD
42
- (Data Display Debugger), a popular graphical debugger front end. Pydb can be
43
- found at http ://bashdb.sourceforge.net/pydb/ and DDD can be found at
44
- https://www.gnu.org/ software/ddd .
41
+ ` trepan3k < https://github.com/rocky/python3-trepan/ >`_ is a gdb-like debugger.
42
+
43
+ ` Visual Studio Code < https ://code.visualstudio.com/ >`_ is an IDE with debugging
44
+ tools that integrates with version-control software.
45
45
46
46
There are a number of commercial Python IDEs that include graphical debuggers.
47
47
They include:
48
48
49
- * Wing IDE ( https://wingware.com/)
50
- * Komodo IDE ( https://komodoide. com/)
51
- * PyCharm ( https://www.jetbrains.com/pycharm/)
49
+ * ` Wing IDE < https://wingware.com/ >`_
50
+ * ` Komodo IDE < https://www.activestate. com/products/komodo-ide/ >`_
51
+ * ` PyCharm < https://www.jetbrains.com/pycharm/ >`_
52
52
53
53
54
54
Are there tools to help find bugs or perform static analysis?
0 commit comments