Is there any way that an existing breakpoint gets automatically adjusted after the binary has changed due to recompilation?
If i have set a breakpoint and change the programm, the breakpoint will stay at the old adress / position.
So after changing the programm / binary i always have to reset each single breakpoint.
In comparison to GDB compatible debugger (i.e. Eclipse with J-Link) i will get this automatically.
Is there an option in T32 to enable this?
Because it really SUCKS to always refresh breakpoints manually!!!
Comments (2)