cs01/gdbgui

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

Aberta

#192 aberto em 11 de mai. de 2018

 (4 comentários) (0 reação) (0 responsável)TypeScript (521 forks)batch import
featurehelp wanted

Métricas do repositório

Stars
 (10.349 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador