Thanks to visit codestin.com
Credit goes to github.com

Skip to content

campersau/atom-node-debugger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-debugger package

A simple Node.js/io.js debugger for daily use.

Usage

Commands - CMD/Ctrl - p

Finished Functionals

'node-debugger:debug-current-file'
'node-debugger:stop'
'node-debugger:add-breakpoint'

Todo Functionals

CoffeeScript support
Remove Breakpoint
Error Handling

After you start your app

Add a breakpoint

ctrl + shift + p -> breakpoint add

Please click here to provide me more suggestions to improve this debugger, thanks :D

Known issues

In Node.js>=0.12 and io.js. The process doesn't stop when your process finished. So it will have no response from debugger server and will not keep going debugging. When you face that issue, just use the x button to stop the process by yourself.

Issue report is here: nodejs/node#1788

About

A Nodejs Debugger For Atom

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 96.6%
  • CSS 2.4%
  • JavaScript 1.0%