Probably obvious?

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…

no there isn’t and that is not just servoy debugger. For example i have the exact same thing where i code servoy in (Eclipse IDE) when i debug am method there i also can’t see the last value.