Extreme Noob Question - Debugging

Add-in Express™ Support Service
That's what is more important than anything else

Extreme Noob Question - Debugging
Chapter on Debugging in development guide doesn't mention the word debugging :( 
Perry Kivolowitz




Posts: 10
Joined: 2010-11-09
The Development Guide chapter on debugging doesn't actually mention the word debugging.

This makes figuring out how to debug difficult.

I created a dummy add-on. Specified the 32 bit version of IE as the executable (start browser with url). Defined a bunch of events. Added a command. Built, set loads of break points, launched, all the break point circles remained solid red.

And no break points are hit.

What is the trivial step I'm missing?

Thanks
Posted 13 Dec, 2010 00:07:22 Top
Eugene Astafiev


Guest


Hi Perry,

Did you try to utilize the "Attach to process" option (see the Debug main menu of Visual Studio | Attach to process... )? Also please have a look at the http://www.add-in-express.com/forum/read.php?FID=10&TID=7070&MID=35547#message35547 forum thread. Does it help?

Anyway, thank you for pointing this to me. We will definitely add such section in the documentation!
Posted 14 Dec, 2010 08:25:01 Top
Perry Kivolowitz




Posts: 10
Joined: 2010-11-09
Thank you - I am debugging now.
Posted 24 Dec, 2010 15:56:34 Top