Hacker News new | ask | show | jobs
by rightbyte 1192 days ago
This so much. Running scripts in Octave and being able to inspect every variable makes debugging so much easier when you are new at programming. Especially with the GUI and variable explorer.
1 comments

> being able to inspect every variable makes debugging so much easier when you are new at programming.

I'd go further to say this is useful for anyone with any level of experience programming!

Globals are bad, m'kay?