cs01/gdbgui

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

Open

#192 ouverte le 11 mai 2018

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)JavaScript (6 592 stars) (376 forks)batch import
featurehelp wanted

Description

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.

Guide contributeur