On attach the wdog is disabled, is this a bug?
Bellow only print out when I attach kds to a running target. It prints out indefinitely. But if I run a debug session, it never is called.
//in main loop
if (!(WDOG_STCTRLH & WDOG_STCTRLH_WDOGEN_MASK))
LOG_INFO("WDOG is DEAD!!!!");