Y
Hacker News
new
|
ask
|
show
|
jobs
by
ollysb
9 days ago
Different tools for different cases. Debuggers are great for a snapshot in time but print statements are better for seeing the execution flow.
1 comments
slifin
9 days ago
As a profession we need to phase out point in time debuggers and replace them with reverse debuggers or "time travel" debuggers
link
____mr____
9 days ago
I think PIT debuggers have their use especially with regards to altering state mid run, but this is the first time I've heard of reverse debugging and it seems incredibly useful, especially for multithreaded software I'm often debugging
link