File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Programming FAQ
1111General questions
1212=================
1313
14- Is there a source-code level debugger with breakpoints and single-stepping?
14+ Is there a source code- level debugger with breakpoints and single-stepping?
1515---------------------------------------------------------------------------
1616
1717Yes.
@@ -25,7 +25,7 @@ Reference Manual <pdb>`. You can also write your own debugger by using the code
2525for pdb as an example.
2626
2727The IDLE interactive development environment, which is part of the standard
28- Python distribution (normally available as :source: ` Tools/scripts/idle3 `),
28+ Python distribution (normally available as :mod: ` idlelib `),
2929includes a graphical debugger.
3030
3131PythonWin is a Python IDE that includes a GUI debugger based on pdb. The
You can’t perform that action at this time.
0 commit comments