0

I have developed an Outlook plugin using the Outlook plugin project in Visual Studio. The plugin works as expected in web Outlook, but when opened in desktop Outlook, the login screen appears initially, but when I try to log in, it just stays on the same page. There is no error in the server-side code. To investigate the issue, I need to debug from desktop Outlook and identify what's wrong.

If anyone has experience with this issue, please let me know the solution.

I am expecting to be able to debug the client side code from the plugin in desktop outlook.

Eugene Astafiev
  • 47,483
  • 3
  • 24
  • 45

1 Answers1

0

Finally I was able to debug,

Steps:

  • Open outlook, and right click on your plugin. you will get the following menu box.

enter image description here

  • click on the Attach debugger option here. You will get the following Choose just-In-Time Debugger box.

enter image description here

  • Here, select your project and click ok. Now when you run the project.the debug point is getting hit.

Note: Your project should not be running,that is when your project will be listed here.