Debugging

Estimated reading: 1 minute 161 views

In order to debug the add-in, a debugger must be attached to the host application process. In order to achieve that, right click on the project file and go to Properties. In Debug tab, check the option “Start external program” and browse to the BexelManager.exe located in the installation directory. Set a breakpoint in the add-in and click Start (or press F5) to begin debugging.

Setting up debugging environment in Visual Studio
Sharing is caring

Debugging

Or copy link

IN THIS SECTION: