atom-debugger icon indicating copy to clipboard operation
atom-debugger copied to clipboard

GDB debbuger for Atom

Results 23 atom-debugger issues
Sort by recently updated
recently updated
newest added

I am the author of the linter package. We're thinking of writing a base debugging interface provider now. Your experience from this package will be very helpful. Would you mind...

Currently 'gdb' is hardcoded as the command that is called by the debugger plugin. But it would be helpful if you could specify that it should use a specific gdb...

I've double clicked to create a breakpoint. **Atom Version**: 1.0.19 **System**: Linux Mint **Thrown From**: [atom-debugger](https://github.com/xndcn/atom-debugger) package, v0.1.5 ### Stack Trace Uncaught TypeError: Cannot read property 'clear' of undefined ```...

[Enter steps to reproduce below:] 1. Give absolute path to executable 2. Leave checkmark for breakpoint in main 3. Run 4. Continue after breakpoint was hit **Atom Version**: 1.0.19 **System**:...

[Enter steps to reproduce below:] 1. Go to "toggle debugging" 2. Enter binary path 3. Click "start" 4. Navigate to any file in the project 5. Right click a line...

``` TypeError: Arguments to path.resolve must be strings at Object.posix.resolve (path.js:400:13) at /home/yotam/.atom/packages/atom-debugger/lib/debugger-view.coffee:94:25 at Object. (/home/yotam/.atom/packages/atom-debugger/lib/backend/gdb/gdb.coffee:129:9) at /home/yotam/.atom/packages/atom-debugger/lib/backend/gdb/gdb.coffee:33:17 at Socket. (/usr/share/atom/resources/app.asar/src/buffered-process.js:85:13) at emitOne (events.js:77:13) at Socket.emit (events.js:166:7) at readableAddChunk (_stream_readable.js:146:16)...

Hi, I'm getting errors installing your package on **Windows**: here is the output: ``` Installing “[email protected]” failed.Hide output… > [email protected] preinstall C:\Users\David\AppData\Local\Temp\apm-install-dir-115321-14228-y97skn\node_modules\atom-debugger > #jison lib/backend/gdb/gdb-mi-parser.json -o lib/backend/gdb/gdb-mi-parser.js '#jison' is not...

[Enter steps to reproduce below:] 1. Run atom-debugger 2. Right-click on line in code, select Toggle Breakpoint **Atom Version**: 0.211.0-309410f **System**: Mac OS X 10.10.4 **Thrown From**: [atom-debugger](https://github.com/xndcn/atom-debugger) package, v0.1.3...

[Enter steps to reproduce below:] 1. install the package 2. press control + alt + b **Atom Version**: 0.210.0 **System**: Mac OS X 10.11 **Thrown From**: [atom-debugger](https://github.com/xndcn/atom-debugger) package, v0.1.3 ###...