We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47a32a commit 353d41cCopy full SHA for 353d41c
advanced-tools/gdb.rst
@@ -357,7 +357,7 @@ this approach is less helpful when debugging the runtime virtual
357
machine, since the main interpreter loop function,
358
``_PyEval_EvalFrameDefault``, is well over 4,000 lines long as of Python 3.12.
359
Fortunately, among the `many ways to set breakpoints
360
-<https://sourceware.org/gdb/onlinedocs/gdb/Specify-Location.html>`_,
+<https://sourceware.org/gdb/onlinedocs/gdb/Location-Specifications.html>`_,
361
you can break at C labels, such as those generated for computed gotos.
362
If you are debugging an interpreter compiled with computed goto support
363
(generally true, certainly when using GCC), each instruction will be
0 commit comments