Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
nightowl7085yThis is me sometimes. Particularly for scripting languages. I'll happily break out gdb for some C or C++ debugging but this is often the first thing I'll try.
-
@nitwhiz What if each time you want to know the result of intermediate results? Say, every 10k iterations. That's going to require complicated breakpoints and you might lose oversight in comparison to just setting a println there.
I find that trying to follow breakpoints confuses me more than just seeing all the results in one second.
Related Rants
Did someone say "debug the code"?
rant
debug
clean code
debugging