atom-community / atom-community/atom-ide-debugger
TODOS
- Dominant language
- JavaScript
- Stars
- 9
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The packages work with the [node debugger](https://atom.io/packages/atom-ide-debugger-node), but the functionality can be definitely improved. I need to:
- [x] De-hardcode [debugger adapters](https://github.com/atom-ide-community/atom-ide-base/blob/8eab146ed7a1e40d154d5e56e02b9284a8bc74d1/nuclide/nuclide-debugger-common/debugger-registry.js#L38)
https://github.com/facebookarchive/nuclide/issues/1502
- [ ] automatically fill in the debug information
- [ ] add a button to debug the currently open file
- breakpoints should work
- do not close the file after debugging finishes
- [ ] merge the old debuggers to our ide-language packages
- [ ] the breakpoint buttons are hard to click on
- [ ] the breakpoints are not triggered if the debugger is not already attached
- [ ] reorder the debugger panes and hide the advanced ones. A lot of the information does not need to be shown to the average user.
- [ ] general updating
- etc

Contributor guide
Assessment
This issue has not been assessed yet.