File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -473,15 +473,14 @@ Other ways of starting a debugger
473473
474474.. topic :: Graphical debuggers and alternatives
475475
476- * For stepping through code and inspecting variables, you might find it
477- more convenient to use a graphical debugger such as
478- `winpdb <http://winpdb.org/ >`_.
476+ * `pudb <http://pypi.python.org/pypi/pudb >`_ is a good semi-graphical
477+ debugger with a text user interface in the console.
479478
480- * Alternatively, ` pudb < http ://pypi.python.org/pypi/pudb >`_ is a good
481- semi-graphical debugger with a text user interface in the console .
479+ * The ` Visual Studio Code < https ://code.visualstudio.com/ >`_ integrated
480+ development environment includes a debugging mode .
482481
483- * Also, the ` pydbgr < http ://code.google.com/p/pydbgr/ >`_ project is probably
484- worth looking at .
482+ * The ` Mu editor < https ://codewith.mu/ >`_ is a simple Python editor that
483+ includes a debugging mode .
485484
486485
487486Debugger commands and interaction
You can’t perform that action at this time.
0 commit comments