So, I've been trying to use breakpoints to figure out various things in my code, but quite often, the part I want to inspect requires that the mouse cursor is hovering a certain item. When I am in the debug panel clicking "next" or "continue" my mouse cannot be hovering said item, and said part of the code is skipped.
Is their a way to trigger a "step" using keyboard shortcuts ? So I can leave my mouse cursor where it ought to be when the code requires it ?