Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Dynamic Printf Debugging with GDB
(
abstractexpr.com
)
27 points
by
aheck
on March 7, 2024
|
hide
|
past
|
favorite
|
2 comments
invalidname
on March 8, 2024
|
next
[–]
Tracepoints/logpoints have been a part of pretty much any debugger for a long time now:
https://debugagent.com/the-best-way-to-diagnose-a-patient-is...
saagarjha
on March 7, 2024
|
prev
[–]
The debugger also lets you run a decent amount of code in it, making something of a REPL of sorts. You can modify the state of the program and see what it does in response without having to recompile your code.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: