From 8a7f21c0d0bde8a1be3055b23248c2ca033d7f68 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Fri, 7 Jun 2024 11:37:01 +0200 Subject: [PATCH] Add more Python debugging links --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index 33c1f3c..46badfa 100644 --- a/README.org +++ b/README.org @@ -6142,8 +6142,12 @@ Links of interest are: - [[https://stackoverflow.com/questions/51349074/in-python-3-7-does-the-opcode-event-from-sys-settrace-give-any-information-ab][How to use the opcode event (Python-3.7, GAV: why does it fail)?]] - [[https://pypi.org/project/pdbpp/][PDB++]] looks incompatible with Python>3.10: see [[https://github.com/pdbpp/pdbpp/issues/516][Python-3.11 breaks PDBPP]]. - [[https://python-scientific-lecture-notes.developpez.com/tutoriel/notes-cours/python-debugging-code/#L3-1][Debugging Python with IPDB under IPython or with PDB in a terminal]]. +- [[https://docs.spyder-ide.org/current/panes/debugging.html][Spyder Python debugging using IPDB]]. - [[https://docs.python.org/3/howto/gdb_helpers.html][Debugging C API extensions and CPython Internals with GDB]]. Making this work with =pyenv= is an unresolved issue: see [[https://github.com/pyenv/pyenv/issues/1190][Install python-gdb.py]]. +Python info links of interest are: +- [[info:python#Debugging C API extensions and CPython Internals with GDB][Debugging C API extensions and CPython Internals with GDB (info)]]. +- [[info:python#Debugging and Profiling][Debugging and Profiling (info)]] #+caption[PDB example: =python -m pdb .emacs.d/buggy.py=]: #+caption: PDB example: =python -m pdb .emacs.d/buggy.py=.