Kaydet (Commit) cf48e55f authored tarafından Andre Delfino's avatar Andre Delfino Kaydeden (comit) Éric Araujo

bpo-33882: mention breakpoint() in debugger-related FAQ (GH-7759)

üst 4737b923
......@@ -16,6 +16,9 @@ Is there a source code level debugger with breakpoints, single-stepping, etc.?
Yes.
Several debuggers for Python are described below, and the built-in function
:func:`breakpoint` allows you to drop into any of them.
The pdb module is a simple but adequate console-mode debugger for Python. It is
part of the standard Python library, and is :mod:`documented in the Library
Reference Manual <pdb>`. You can also write your own debugger by using the code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment