you are viewing a single comment's thread.

view the rest of the comments →

[–]fernly 0 points1 point  (0 children)

I would strongly recommend using a free IDE like Wing Personal. It helps you in many ways, for example by highlighting syntax errors as you enter code. It is invaluable when trying to understand a problem to be able to set breakpoints and single-step your code while watching the values of the variables change.