remedybg-issues icon indicating copy to clipboard operation
remedybg-issues copied to clipboard

Breakpoint doesn't get set on all instances of template function

Open simonvanbernem opened this issue 2 years ago • 0 comments

When I add a breakpoint via F9 in the text window, and the line I'm currently on is part of a templated function that has multiple instantiations, it seems like the breakpoint will only be placed in one of them (judging by the address that is shown next to the breakpoint, and the fact that it's not breaking when it should).

The equivalent behavior of Visual Studio is to generate as many breakpoints as are needed for each function instance behind the scenes.

This causes big confusion, because "the debugger is not breaking when the line I told it to break on gets executed".

Is this intended behavior? A lot of code I work with is templated, so this is an issue that keeps me from using remedy as my sole debugger.

simonvanbernem avatar Jun 03 '22 18:06 simonvanbernem