An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# atom-ide-debugger

Debugger for Atom IDE

![Build Status (Github Actions)](https://github.com/atom-ide-community/atom-ide-debugger/workflows/CI/badge.svg)
[![Dependency Status](https://david-dm.org/atom-ide-community/atom-ide-debugger.svg)](https://david-dm.org/atom-ide-community/atom-ide-debugger)
[![apm](https://img.shields.io/apm/dm/atom-ide-debugger.svg)](https://github.com/atom-ide-community/atom-ide-debugger)
[![apm](https://img.shields.io/apm/v/atom-ide-debugger.svg)](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:

![debugger](https://user-images.githubusercontent.com/16418197/95936245-be136980-0d9a-11eb-9641-6c555ebd0662.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.