Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 304 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 304 Bytes

atom-gdb package

Sets breakpoints in .gdbinit file and starts your favorite debugger.

Preview

Requirement

The ~/.gdbinit file must have add-auto-load-safe-path / to allow .gdbinit files in any directory.

echo "add-auto-load-safe-path /" >> ~/.gdbinit