Skip to content

Commit 26a6b94

Browse files
authored
Merge pull request #473 from pdebuyl/debug_env
replace suggestions for debugging environments
2 parents 5d1d0ac + e2a2b03 commit 26a6b94

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

advanced/debugging/index.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff 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

487486
Debugger commands and interaction

0 commit comments

Comments
 (0)