9 lines
161 B
Markdown
Raw Normal View History

2022-09-28 19:22:48 +02:00
# Beispiel 1
* Debugger `gdb`
* `list` für Code
* `break <n>` für Breakpoint
* `run $(python -c 'print("A"*77)')`
2022-10-21 15:45:31 +02:00
* `print/x is_logged_in`
2022-09-28 19:22:48 +02:00
* `continue`