x13pixels / remedybg-issues

Public repository for tracking issues (bugs and features) for the RemedyBG debugger
84 stars 0 forks source link

Feature request: better symbolic breakpoint support #272

Open sonictk opened 1 year ago

sonictk commented 1 year ago

A bit of a pet peeve, but it's always annoying to have to go and adjust breakpoints all over the place even after making some trivial changes to source. It would be nice if RemedyBG had some basic heuristic other than source:line number to know that breakpoints are being set on certain symbols and try to re-associate them when the source text updates like Visual Studio/WinDbg does. (I realize that there is the Function breakpoint functionality but it would be nice if that could somehow carry over to "normal" breakpoints that are being set)

cyberkm commented 6 months ago

+1 to that