Disabling iwdg in debug with Visual Studio Code
Hi,
I have been using stm32cubeide for years but I never understood anything about GDB and the toolchain.
I discovered the visual studio code interface with interest (the code is incredibly more readable in vsc by default) and I said to myself that it was a good experience to try vsc to better understand the toolchain.
Build, ok
Debug, ok but the watchdog bites during debugging stops, it is not possible to debug.
How can we configure GDB so that it prevents the triggering of the watchdog in debug as is configured by default in STM32cubeIDE?
Thanks in advance
