• Packages
  • Themes
  • Documentation
  • Blog
  • Discuss
Sign in

dbg-gdb-esp32

An interactive remote GDB debugger for Atom
  • #gdb
  • #debugger
  • #remote
  • #c
  • #c++
monnoliv
1.7.9 284
0
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

dbg-gdb-ESP32 package

This package is the the same as the dbg-gdb one but with the bug in file main.coffee removed I use it for ESP32 debugging with OpenOCD but can but used for any remote

It seems that the 31i73/atom-dbg-gdb initial package is no longer maintained

An interactive GDB remote debugger for Atom

Debug screenshot

How to use

  1. Right click on an executable in the treeview, select Debug this file, and click Save
  2. Toggle breakpoints by clicking beside line numbers or pressing F9
  3. Press F5, and select the executable
  4. ...
  5. Profit!

Service: dbgProvider

Creates a dbgProvider for GDB, see basic dbgProvider service description

Supported options

path - Optional. The path to the file to debug
args - Optional. An array of arguments to pass to the file being debugged
cwd - Optional. The working directory to use when debugging
env_vars - Optional. An array of environmental variables, ex: ['VAR1=9', 'VAR2=thing', ...]
gdb_executable - Optional. The full command used to execute gdb (defaults to 'gdb')
gdb_arguments - Optional. An array of extra arguments to pass to gdb (note that the arguments ['-quiet', '--interpreter=mi2'] are always included first)
gdb_commands - Optional. An array of commands to pass to gdb, once active (these are executed last of all, but right before '-exec-run')

For a list of features and all available keyboard shortcuts, please see dbg

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by