Debugging with external Watchdog

I'd like to use the debugger in Arduino by using one the following either J-Link or Atmel-ICE:
https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-debugger

My circuit uses a watchdog which I trigger from Arduino MKR 1010.
If the watchdog will not be triggered, then the Watchdog reset the Arduino and other part of the circuit.

Is it possible to use this circuit together with one of the 'debugger-tools'?
If yes, how does this works when the debugger stops i.e. due to a breakpoint?
Would it be possible to trigger the Watchdog anyhow out of the debugging tool?

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.