I'm trying to debug my application with the Segger J-link since the ST-Link debugger that comes with the Nucleo dev board allows only 5 breakpoints.
I cannot find a way to stop the watchdog during debugging sessions. Where can I find such setting?
If I use the ST-link for debugging this option is available in the following window:
but, when I select J-Link, that option is not there anymore:
I found something on SO about adding specific instructions (Disabling the STM32 IWDG during debugging), but I'm looking for something that does not require to add code.