When I’m running debugger, I often want to ‘Watch’ the results of the last step. However, the debugger stops returning results when it performs the last step.
So here’s how it goes: I put a breakpoint on the last step. The method editor stops there. I hit next, and the debugger exits without updating the Watch tab.
I can add some superfluous step at the end, like ‘x = 1’, and put a breakpoint on that. It just seems like there must be a more obvious way…