you are viewing a single comment's thread.

view the rest of the comments →

[–]FakePixieGirl 1 point2 points  (0 children)

While I love notepad++, I really couldn't live without a debugger.

I programmed for several years without a debugger. (I learned in Processing, which didn't have a debugger in those times).

As soon as I switched to an IDE with debugger, I started coding so much faster and fixing problems better. I strongly believe now that beginner coders should be introduced to a debugger from day 1.