atom-debugger
atom-debugger copied to clipboard
GDB debbuger for Atom
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.36.1 x64 **Electron**: 2.0.18 **OS**: Unknown Windows version **Thrown From**: [atom-debugger](https://github.com/xndcn/atom-debugger) package 0.1.6 ### Stack Trace Uncaught TypeError: Cannot read property...
I install the packge but can't because this view
Uncaught TypeError: Failed to execute 'removeEventListener' on 'EventTarget': 2 arguments require...
[Enter steps to reproduce below:] 1. Packages (Toggle debugging) and the following error is thrown **Atom Version**: 1.11.2 **Electron Version**: 0.37.8 **System**: Mac OS X 10.11.6 **Thrown From**: [atom-debugger](https://github.com/xndcn/atom-debugger) package,...
Or do I have to use file i/o?
Atom now uses ES6 Promises instead of Q. Call promise.then instead of promise.done ``` Promise.done (C:\Users\Emiliqn\AppData\Local\atom\app-1.15.0\resources\app.asar\src\atom-environment.js:1201:5) (C:\Users\Emiliqn\.atom\packages\atom-debugger\lib\debugger-view.coffee:436:18) Function.module.exports.Emitter.simpleDispatch (C:\Users\Emiliqn\AppData\Local\atom\app-1.15.0\resources\app.asar\node_modules\event-kit\lib\emitter.js:25:14) Emitter.emit (C:\Users\Emiliqn\AppData\Local\atom\app-1.15.0\resources\app.asar\node_modules\event-kit\lib\emitter.js:129:28) (C:\Users\Emiliqn\.atom\packages\atom-debugger\lib\backend\gdb\gdb.coffee:54:46) Socket. (C:\Users\Emiliqn\AppData\Local\atom\app-1.15.0\resources\app.asar\src\buffered-process.js:196:11) ```
Great work in integrating GDB in this awesome editor. I wonder if with your integration you might have the possibility to create a view to enable gdb console commands, just...
The `TextEditor` constructor is no longer public. To construct a text editor, use `atom.workspace.buildTextEditor()`. To check if an object is a text editor, use `atom.workspace.isTextEditor(object)`. ``` Object.TextEditor (/Applications/Atom.app/Contents/Resources/app.asar/exports/atom.js:47:14) Object. (/Users/sebastianmunoz/.atom/packages/atom-debugger/lib/debugger-view.coffee:6:84)...
rerun the debugging click `run`  after a successfuly debugging **Atom Version**: 1.7.4 **System**: linux 4.5.4-1-ARCH **Thrown From**: [atom-debugger](https://github.com/xndcn/atom-debugger) package, v0.1.6 ### Stack Trace Uncaught TypeError: _this.handler[token] is not a...
Above question, please help me!