Hello,
picking up from a previous conversation on XDC110 Debugger,
"The debugger will try to preserve any existing hardware breakpoints when possible. It will do so for a CPU reset. If you manually disconnect the debugger from the target and then reboot (power cycle), it will reapply the breakpoint when you connect the debugger again.
The only issue is if the device is rebooted while the debugger is still connected (which is NOT recommended). This will force the debugger to disconnect but it may put the debugger in a bad state where it may not be able to properly reapply breakpoints. Hence it may appear that a breakpoint is set when it actually isn’t. Manually toggling the breakpoint would resolve this. In any case, forcing the debugger to lose connection that way is not recommended."
for an EVM with an integrated debugger like the TDA4VM is there a way to disconnect the debugger? (I am assuming that removing the usb is not disconnecting the debugger)