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)
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)