I'm trying do learn how to implement a RTD Server for Excel.
I found this project https://www.codeproject.com/Articles/5343545/Create-Csharp-DCOM-Simple-Server-to-Use-Excel-RTD that I could build and use it in the excel with success.
But to understand the code I need to debug the code setting some breakpoints and inpecting line by line and the variables.
How can I debug a COM RTD Server C# implementation in Visual Studio ?