Skip to content

Parses source files for comments specifying a breakpoint, then adds a matching breakpoint in a .gdbinit file

License

Notifications You must be signed in to change notification settings

ForsythsGambit/AutoBreakpoint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoBreakpoint

Are you annoyed by code edits changing your frequently used breakpoints? Do you wish there was a way to tie your breakpoints to a comment in your code instead of an ehtereal line number? Well now there is!

Just specify your source files, how you want breakpoint-comments to start, and your GDB config file if it's not .gdbinit all in autoBreakConfig.yaml!

test.c is included and autoBreakConfig.yaml is preconfigured as an example. Simply run python3 main.py and .gdbinit will be edited to add breakpoints as specified in test.c.

About

Parses source files for comments specifying a breakpoint, then adds a matching breakpoint in a .gdbinit file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published