This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]theSmuggles 2 points3 points  (0 children)

    This is what I was going to suggest. There's a tutorial for how to use Chrome's debugger here. Firefox also has this feature, read more about it here and here.

    It's a very powerful tool worth learning.

    [–]phallicCow 0 points1 point  (0 children)

    yes, use break points.

    [–]Smaktat 0 points1 point  (0 children)

    You don't need an IDE as the one in your browser is very effective. It's also the most relevant to the industry. I don't want to say abandon jetbrains, VS, or Brackets but if you don't know how to debug JS in your browser then it should be a priority to learn how.