简体   繁体   中英

How to add source code to .dll file in Visual Studio Express 2012?

I have a 3rd party .dll file and its source code as well ( written in C# ). I can create a new project and add reference of this .dll file to use its methods. But when I debug I want to step in to the methods defined in .dll file ( Just like we do when we have .jar file and its source-code in java ).

How can I do this in Visual Studio Express ( I have VS 2012 ).

The easiest, if you have the source code, would be to add the project to your solution and compile both at the same time. You could then breakpoint everywhere! (And don't you dare tell me breakpoint isn't a verb)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM