Hacker News new | ask | show | jobs
by Insanity 2600 days ago
When something goes wrong after X iterations, print statements can show the evolution better. That is one thing that debuggers don't do I think (track variables over time). Or do they and am I not finding this feature in IntelliJ? :O
1 comments

GDB and LLDB allow you to put a print statement anywhere; they’re a strict superset of what you can do in code.