Debugging a cs file from Visual Studio Extension

  • Thread starter Thread starter vaira20ster
  • Start date Start date
V

vaira20ster

Guest
I have my own Visual Studio Extension in which I am building a class Library project and get the DLL out of it. I will be loading the DLL and call the methods inside the DLL from my Visual Studio Extension window. Is there a way to enable the debugging option, so that when it executes the method inside that DLL, it breaks at a breakpoint in the cs file.

Thanks in Advance.

Continue reading...
 
Back
Top