Answered by:
Debug Interface

Question
-
User-1471881183 posted
HI all,
I created a Interface and Structure, those implemented on another class so, if i put break on Implemented class then its not coming, is there any other way to debug that Implemented methods?
Thursday, January 23, 2014 4:14 AM
Answers
-
User541108374 posted
Hi,
is it from a Microsoft assembly? If so you can step into them as they get downloaded via the symbols server.
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 23, 2014 7:31 AM -
User-1454326058 posted
Hi winseealn,
According to your reply, you are not adding the project reference. So, you can’t debug it directly.
For your requirement, you could consider using the .Net Reflector Visual Studio Extension if they are the normal DLL files.
For more information, please refer to:
# .NET Reflector Visual Studio Extension
http://visualstudiogallery.msdn.microsoft.com/95789cdb-08f9-4dae-9b2f-fc45a452ad77
Thanks
Best Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 23, 2014 10:39 PM
All replies
-
User541108374 posted
Hi,
normally it should be getting hit if you call it. If it's exposed underneath a service it helps if you put also a breakpoint at the entry point of that service as I found out several times.
Grz, Kris.
Thursday, January 23, 2014 4:26 AM -
User-1471881183 posted
Oops, sorry its my mistake.
Actually im referring assembly instead of another project, thats y the brak point is not hit, is there any way to hit break point even if we do assembly reference.?
Thursday, January 23, 2014 6:08 AM -
User541108374 posted
Hi,
is it from a Microsoft assembly? If so you can step into them as they get downloaded via the symbols server.
Grz, Kris.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 23, 2014 7:31 AM -
User-1454326058 posted
Hi winseealn,
According to your reply, you are not adding the project reference. So, you can’t debug it directly.
For your requirement, you could consider using the .Net Reflector Visual Studio Extension if they are the normal DLL files.
For more information, please refer to:
# .NET Reflector Visual Studio Extension
http://visualstudiogallery.msdn.microsoft.com/95789cdb-08f9-4dae-9b2f-fc45a452ad77
Thanks
Best Regards
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Thursday, January 23, 2014 10:39 PM