I was having problems with async methods interfering with each other or my debugging, and asked a question about that here.
After changing my code as suggested in the answers there, I now get this when I try to step into (F11) from the async void event handler into the async Task method:
However, I see no such option when I reach the call to the method from the event handler and right-click on that line.
I looked for a way to set it up in the Debugging > Settings, too, but don't see a "Step Over Properties and Operations" checkbox:
What do I need to do to reach the breakpoint I have set in the async method?