Macros in Visual Studio
I want to write a macro to manipulate the Debug Exceptions dialog in Visual Studio 2005.
I can do ExecuteCommand("Debug.Exceptions") to make the dialog appear, but not sure how to perform a find and then disable a specific exception. I want to do this in a macro. I tried recording a macro, but my keystrokes after the dialog appears are never recorded. Google turned up no results for what I searched for.
Thanks,
Jim

