Y
Hacker News
new
|
ask
|
show
|
jobs
by
conradev
585 days ago
I have found combining these things to be useful: breakpoints that print stuff and auto-resume the program. Allows you to attach trace points at-will without requiring a recompile or losing state.
1 comments
agumonkey
585 days ago
Yes losing state is a killer
link