Hello....
I have code that takes button inputs from switches and does actions based on these. I have tried to adapt the code to read the P1IN for momentary action and now I am resetting sometimes....
I have a few places in code where I write the incorrect value to the watchdog, WDTCTL which causes a reset but it seems if I place breakpoints here that none of these are causing the resets. The debug window shows the following:

Can someone please tell me how to read this and use this to find the issue?? As a hardware guy my debug level is setting a breakpoint and adding expressions to watch after breakpoint. ...or looking into registers....beyond that I am not sure what to try as I don't know how to use the stack to my advantage.....
The code is using all the timers and CCR registers to do many things....guessing something is running off into limbo
Thanks