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

Yes losing state is a killer