jverkoey/windfish

The step over command should step over entire macros

jverkoey opened this issue · 1 comments

Step into can continue stepping one instruction at a time, but step over should always move to the "next" apparent line of code.

This is now implemented.