Visual Studio 2010 debugging event
I want to write a plugin to Visual Studio 2010 which changes the Office Communicator(OCS) status of a user when s/he startes debugging in Visual Studio. I am familiar with the Client-Side API of OCS but I开发者_Python百科 can't seem to find a proper way to catch the DebugStarted event in Visual Studio.(I also don't know if it has one)
So, do you know any way to accomplish this?
精彩评论