Hello NXP,

When I start debugging mode then hit "resume"
and wait SW enters deep sleep mode (KW45 MCU) immediately above error dialog appears. After a wakeup source triggered, I have to click "OK" to close the dialog windows then I can continue debug SW, which is inconvenient. I want to continue debugging in deep sleep mode without this interruption (I want to trigger wakeup sources to see software behavior swhen entering/exiting deep sleep mode). In IAR, a similar dialog only appears if the software is already in deep sleep mode, and I hit "Break" as below


How can I achieve the similar behavior as in IAR?
Thanks!