Skip to content

cappah/GdbVkGui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GdbVkGui

GDB Frontend using X, Vulkan, and ImGui

App Image

Wanted an easily configurable frontend for gdb for the few things I use it for. TUI interface for gdb just doesn't cut it. Also, I use this project to play around w/ low-level C programming.

Making it public for others in case you'd like to use it to. There's a .deb to download it on the releases page if you don't want to download and build from source. I'll update this when I have the free time.

Shortcuts :
  • Ctrl-e : open executable (after selection, another window will open and you can provide arguments)
  • Ctrl-o : open file

The app will remember the last session (breakpoints, executable, arguments, etc...). It's saved automically on exit. The file menu has an option for loading the last session.

All config and settings files are written to ~/.gdbvkgui in the user's home directory

Any program output generated is written to ~/.gdbvkgui/gdbmi_output.txt. It's wriiten as the program generates it.

Credits:

About

GDB Frontend using X, Vulkan, and ImGui

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors