You need to add the DLL project to the same solution as the EXE project, and
then you can step between the two.
"Shell229" <anonymous (AT) discussions (DOT) microsoft.com> wrote
Quote:
I have two projects in one solution. One contains DLL which is used as
reference in other project. How can I debug the project containing the DLL.
|
Currently when my other projects uses the function of the DLL it directly
gives me result and not going to debug mode for DLL eventhough I am in debug
mode of the EXE Project.