Add more PDB links

This commit is contained in:
Gerard Vermeulen 2024-06-01 15:32:03 +02:00
parent 034b9d68ee
commit d73e9bd362

View File

@ -6150,6 +6150,8 @@ Listing [[lst:pdb-example]] shows how to start using PDB. Links of interest are
- [[https://realpython.com/python-debugging-pdb/][Python Debugging with PDB]]
- [[https://docs.python.org/3/library/pdb.html][The Python Debugger]]
- [[yt:vfPtGsSJldg][Introduction to PDB (Python-2.7 YouTube video)]]
- [[https://stackoverflow.com/questions/7668979/how-do-you-watch-a-variable-in-pdb][How do you watch a variable in PDB? (Python-2.7)]]
- [[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)?]]
#+caption[PDB example: =python -m pdb .emacs.d/buggy.py=]:
#+caption: PDB example: =python -m pdb .emacs.d/buggy.py=.