Debugging mouse events is especially confusing, because when the debugger stops the code, most of the events go away! What tactics can we use in these situations? When you work on an editor-style ...
When you hit a breakpoint in Visual Studio, everything stops. If you'd rather other processes keep running, you can enable that. If you've set multiple start projects to run when you start debugging, ...