简体   繁体   中英

Javascript debugger in Atom IDE

I have used atom for Javascript. I install Script package. I also install debugger package using the following command

apm install atom-ide-debugger-node

However, in Atom IDE, I could not find any debugger button. I tried View dropdown menu and Packages dropdown menu, no luck. Can anyone tell me how to use atom-ide-debuggeer-node in Atom IDE? My Atom IDE is 1.58.0 X64. I am using Mac.

This debugger package needs an another dependency package called atom-ide-ui . You can install by following command

apm install atom-ide-ui

After that restart atom and debugger should work then. Might have to disable linter packages.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM