BugStalker icon indicating copy to clipboard operation
BugStalker copied to clipboard

Commands instruction?

Open taladar opened this issue 1 year ago • 1 comments

While I haven't tried BugStalker yet (just discovered it) I have noticed the absence of one gdb command that would probably be quite easy to implement and has proved useful in gdb in the past for me.

That is the commands instruction which simply sets a list of commands to be executed automatically when a breakpoint is hit. This can be useful to e.g. print all the backtraces for a given breakpoint or some specific pieces of data at every occurence relatively quickly.

taladar avatar Jul 12 '24 09:07 taladar

Thanks for the idea! I have never used this functionality in GDB (because I didn’t know), I will definitely try to implement it in version 0.3.0

godzie44 avatar Jul 12 '24 13:07 godzie44