Javascript IDE & debugging? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Javascript IDE & debugging?

I use notepad plus and a browser to write and test all my HTML, CSS and JavaScript. I write status and variables to console in JS in order to debug. I find it extremely tedious to debug JS in this way Are there better IDE's for this and what are the tips and tricks to more efficient JS development.

24th Apr 2018, 6:19 AM
Louis
Louis - avatar
4 Answers
+ 5
Webstorm. You just download it and everything is configured. All js web frameworks like node.js, angular, react, vue.js are integrated. It has best autocomplete ever and maybe only IDE has normal debugging for JS. I confidently can suggest you Webstorm, because I also tried Visual Studio Code and Vim with plugins.
24th Apr 2018, 6:38 AM
Vladi Petrov
Vladi Petrov - avatar
+ 4
Thanks Vladi Petrov I will check out Webstorm. My main problem remains effective debugging. I am looking for a way to place breakpoints and watch variables etc. Without having to manually enter them in the code.
24th Apr 2018, 7:07 AM
Louis
Louis - avatar
+ 4
Thanks Mike Choy This looks promising. I will check it out.
24th Apr 2018, 7:40 AM
Louis
Louis - avatar
+ 2
@Louis F12 in Chrome is your friend Dont foget if you want to save your changes you need to add your folder to work and control s or right mouse and save as. https://developers.google.com/web/tools/chrome-devtools/workspaces/
24th Apr 2018, 7:16 AM
Mike Choy
Mike Choy - avatar