Skip to content

Setup ATOM for debugging

Vikas Tiwari edited this page May 5, 2018 · 3 revisions

Now, We have to do extra setup for enabling ATOM for debugging and steps are as below:

Search for apm cmd executable file from start menu.

copy the file location.

open the file location in explorer open command prompt copy the full path of apm command line script file in command prompt

and run the below command:

C:\Users[userDirectory]\AppData\Local\atom\bin\apm install xatom-debug xatom-ui xatom-syntax

few importnat links: https://atom.io/packages/xatom-debug https://medium.com/javascript-tales/debugging-nodejs-with-atom-editor-baa56f7146ee http://willyelm.com/article/debugging-nodejs-with-atom-editor

Clone this wiki locally