Skip to content

Commit 353d41c

Browse files
authored
Fix a broken link (#1009)
1 parent c47a32a commit 353d41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced-tools/gdb.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ this approach is less helpful when debugging the runtime virtual
357357
machine, since the main interpreter loop function,
358358
``_PyEval_EvalFrameDefault``, is well over 4,000 lines long as of Python 3.12.
359359
Fortunately, among the `many ways to set breakpoints
360-
<https://sourceware.org/gdb/onlinedocs/gdb/Specify-Location.html>`_,
360+
<https://sourceware.org/gdb/onlinedocs/gdb/Location-Specifications.html>`_,
361361
you can break at C labels, such as those generated for computed gotos.
362362
If you are debugging an interpreter compiled with computed goto support
363363
(generally true, certainly when using GCC), each instruction will be

0 commit comments

Comments
 (0)