I’ve added the Customized Run dialog that allows to directly adjust parameters for the running executable and module filter:
For example, you can add to the module filter the .NET framework dlls to get deeper understanding of what is going on:
The empty filter allows monitoring for all modules:
The customized run settings are not currently saved when you exit from Visual Studio. I’ve not yet decided what is the best way to store it (globally, per solution, per project, per build configuration) and how these custom settings should interact with the debug settings in a Visual Studio’s solution used by the Run command.