Why I can't debug add-in

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello folks,

I am new to add-in, I am now stucked by the debugging.

My VS.NET is newly installed. I created a new add-in using the template, I
added only one line to this add-in, simply pop up a message saying it's
running.

The add-in will show up at the first time. However, when I made some code
changes and tried to debug it, it is not showing up in the debug environment.
I check the add-in manager(in debug env), it's there.

I tried the following methods I digged from Internet:
1. Click on the .reg file to re-register the add-in.
2. Run devenv /setup in Command Prompt mode.

But it just disappeared from the tool menu.

I uninstall and reinstall it, no luck.
I changed the code back to the first time that it worked, no use, in won't
show up.
I moved my code to another machine, no use.

What's the problem?

Thans.

What the heck problem it is?

Thanks. Any hint will be appreciated.
 
Hello, Raymond!

You can open another instance of VS and attach to it, with the debugger ( use the VS where source code of the addin is open ).

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top