cs01/gdbgui

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

Open

#192 opened on May 11, 2018

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (376 forks)batch import
featurehelp wanted

Repository metrics

Stars
 (6,592 stars)
PR merge metrics
 (No merged PRs in 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.

Contributor guide