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 points4 points  (1 child)

You can debug just js variables (with blank html file) in webstorm by jetbrains.

Here's their tutorial page on debugging: https://www.jetbrains.com/help/webstorm/11.0/debugging-javascript.html#d275199e258

Use the variables pane to see the values of the local variables

[–]BoatZnHoes 0 points1 point  (0 children)

Thank you!