I am trying to add data breakpoint support for a Visual Studio 2010 isloated shell based application,
I have following questions,
1. How to enable "New Databreakpoint..." menu item from Debug menu ? (currently it is grayed out even in debug mode, my project system is based on C language)
2. Is it possible to override the default Databreakpoint dialog ? (I would like to have custom dialog)
3. Is there any other way to pragmatically add breakpoint other than using DTE ? (using SDM)
Thanks,
Partha
:-)