Excel COMAddin in C# - debugging...
John Greenan
CTO | Exchange Architect | Derivatives | Digital Assets | Investor | Fixed-Income | DLT | FIX | Analyst | Developer | "get stuff done" | Strategy | Technology | Product
Developing COM Addins for Excel is a case of creating a new class library, implementing the IDTExtensibility interface, writing the code and then deploying and debugging.
One of the great things about C# is that you can attach the Visual Studio debugger to your code, set breakpoints and then step through the code to find bugs. A downside of this is approach is that:
Console.WriteLine():
does not work, since there is no console in a Class Library.
To continue reading please proceed to:
https://blog.alignment-systems.com/2015/04/excel-comaddin-in-c-debugging.html