cs01/gdbgui

Source file search overlay similar to sublime/atom/chrome debugger's ctrl+p

Open

#192 geöffnet am 11. Mai 2018

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (6.592 Stars) (376 Forks)batch import
featurehelp wanted

Beschreibung

Hi,

I was just wondering whether gdbgui provides a way to quick access the source files of the binary, maybe through fuzzy search. For example chrome debugger supports this with Ctrl+p.

AFAIK the source files are retrievable from gdb with the info source command.

Contributor Guide