https://github.com/atom-community/atom-ide-debugger
Debugger for Atom IDE
https://github.com/atom-community/atom-ide-debugger
atom-ide atom-ide-debugger atom-package debugger hacktoberfest
Last synced: 9 months ago
JSON representation
Debugger for Atom IDE
- Host: GitHub
- URL: https://github.com/atom-community/atom-ide-debugger
- Owner: atom-community
- License: other
- Created: 2020-10-12T10:36:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T06:54:58.000Z (over 2 years ago)
- Last Synced: 2025-07-25T15:54:21.750Z (10 months ago)
- Topics: atom-ide, atom-ide-debugger, atom-package, debugger, hacktoberfest
- Language: JavaScript
- Homepage: https://atom.io/packages/atom-ide-debugger
- Size: 1 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# atom-ide-debugger
Debugger for Atom IDE

[](https://david-dm.org/atom-ide-community/atom-ide-debugger)
[](https://github.com/atom-ide-community/atom-ide-debugger)
[](https://github.com/atom-ide-community/atom-ide-debugger)
## Usage
This is a work in progress. This is only tested with atom-ide-javascript and atom-ide-debugger. Once you install both, you can debug Node programs and see the result in the console.
Currently, you should follow this GIF:

## Roadmap
This is a work in progress.
## Contributing
```
apm install
pnpm babel
apm link .
```
- Let me know if you encounter any bugs.
- Feature requests are always welcome.