I would like to control options on the debugger without using the debugging GUI\'s, preferably from inside the code being debugged. I would think that would be quite diffic
I know that you can do it with WinDBG and OutputDebugString, but for Visual Studio, I think you have to spool off another process, pipe commands to that, and have that manipulate the Debugger API.