In the Visual Basic 6.0 IDE, it was possible to break a running program that is sitting idle (waiting for an event on the UI thread) then hit F8 (single step). After that, any c
Both F10 (Step Over) and F11 (Step Into) provide the desired behavior, but only if Enable Just My Code option is on: