Hacker News new | ask | show | jobs
by thelazyone 1054 days ago
Sounds like a logical step forward from current debuggers! I had some colleagues who bragged of not needing debuggers for their workflow... Well, sometimes I really do.
1 comments

It does look very nice, but as with all fancy debugger features I wonder if I'd spend more of my life debugging the debugger when it doesn't debug than it'd save me.

I also think that while a debugger is a great and useful tool, being able to debug without one is a requirement, because sometimes you don't have one (or it stopped working properly - see recent Android Studio releases) and if one can't do it just using logs one is really stuck. So it's worth getting practice at that.