Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Debug javascript code in atom ide

I ask if there is a solution or a package to install in atom so that I can debug javascript (when using node) in the IDE, like the one offered by Visual Studio Code.

Thank you in advance.

like image 636
Firas Omrane Avatar asked Oct 10 '17 21:10

Firas Omrane


People also ask

Does Atom IDE have a debugger?

Atom Debugging UI PackageProvides a UI interface and basic functionality for building debugging inside Atom.

Does Atom work with JavaScript?

Can You Run JavaScript In Atom? Yes, we can run JavaScript inside the Atom editor itself. All you need is to download and install the Script Package in Atom. Conventionally, to run a JS program, you'll need to go to the Command-Line and then type in commands, file name, and path to run the JS program.


1 Answers

Nuclide – an atom package – enables debugging of a page running in Chrome inside Atom.

More infos in the Nuclide docs.

like image 80
TimoStaudinger Avatar answered Oct 21 '22 13:10

TimoStaudinger