mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
[doc] Do some polishing in IDEs section (GH-22070) (GH-25703)
(cherry picked from commit 08a4803863
)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
Co-authored-by: Andre Delfino <adelfino@gmail.com>
This commit is contained in:
parent
0252ce3571
commit
c4e503ed80
1 changed files with 12 additions and 12 deletions
|
@ -29,26 +29,26 @@ Python distribution (normally available as Tools/scripts/idle), includes a
|
||||||
graphical debugger.
|
graphical debugger.
|
||||||
|
|
||||||
PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
|
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
|
PythonWin debugger colors breakpoints and has quite a few cool features such as
|
||||||
debugging non-Pythonwin programs. Pythonwin is available as part of the `Python
|
debugging non-PythonWin programs. PythonWin is available as part of
|
||||||
for Windows Extensions <https://sourceforge.net/projects/pywin32/>`__ project and
|
`pywin32 <https://github.com/mhammond/pywin32>`_ project and
|
||||||
as a part of the ActivePython distribution (see
|
as a part of the
|
||||||
https://www.activestate.com/activepython\ ).
|
`ActivePython <https://www.activestate.com/products/python/>`_ distribution.
|
||||||
|
|
||||||
`Eric <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt
|
`Eric <http://eric-ide.python-projects.org/>`_ is an IDE built on PyQt
|
||||||
and the Scintilla editing component.
|
and the Scintilla editing component.
|
||||||
|
|
||||||
Pydb is a version of the standard Python debugger pdb, modified for use with DDD
|
`trepan3k <https://github.com/rocky/python3-trepan/>`_ is a gdb-like debugger.
|
||||||
(Data Display Debugger), a popular graphical debugger front end. Pydb can be
|
|
||||||
found at http://bashdb.sourceforge.net/pydb/ and DDD can be found at
|
`Visual Studio Code <https://code.visualstudio.com/>`_ is an IDE with debugging
|
||||||
https://www.gnu.org/software/ddd.
|
tools that integrates with version-control software.
|
||||||
|
|
||||||
There are a number of commercial Python IDEs that include graphical debuggers.
|
There are a number of commercial Python IDEs that include graphical debuggers.
|
||||||
They include:
|
They include:
|
||||||
|
|
||||||
* Wing IDE (https://wingware.com/)
|
* `Wing IDE <https://wingware.com/>`_
|
||||||
* Komodo IDE (https://komodoide.com/)
|
* `Komodo IDE <https://www.activestate.com/products/komodo-ide/>`_
|
||||||
* PyCharm (https://www.jetbrains.com/pycharm/)
|
* `PyCharm <https://www.jetbrains.com/pycharm/>`_
|
||||||
|
|
||||||
|
|
||||||
Are there tools to help find bugs or perform static analysis?
|
Are there tools to help find bugs or perform static analysis?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue