Comments
Sort by recent activity
Dear Clive,
Clive Tong wrote:
Hi.
The object browser only supports public types, so you need to find the decompiled source file for the private or internal type in order to set a breakpoint. A trick for doing this is to go to the decompiled definition of one of the public types, and then file/open/file in the code view of that type will let you open the source file corresponding to one of these internal types.
Great! That's a good trick to find the location of all decompiled source files. Works like a charm.
Thanks a lot,
Christian / comments
Dear Clive,
Clive Tong wrote:
Hi.
The object browser only supports public types, so you need to find the decompiled source file for the private or internal type in order to set a breakpoint. A tri...