I am creatinig Managed Extensibility Framework extensions for some program. That program uses dll files witch i create. I dont have visual studio project of that program, but i have that program. I can run these extensions using that program, but cant debug them properly. Is it possible to use visual studio debugger to debug my code?
I found solution to this, thanks!