Debug 2 projects

Y

y1799

Hi,

I have such problem:
I created 1 solutions that contains 1 exe project and 1 dll one.
I Added reference of dll project (not file, project) to exe project,
set dependencies (exe depends of dll) and set solution Debug
configuration.

I hope it enoung for debuging 2 projects together.

But I can debug only exe project, and when I try to go inside function
that exists at dll - I can not do it. If I set break point at the DLL
project it looks like question mark (?) , like for Release
configuration .
Any idea what I need to set/check ?

Thanks for all replies.
Mike
 
J

JRBTech

You can only debug one app at a time. Set a break in your DLL code, make
sure it is the default project.
 
Y

y1799

I set project as "Set as StartUp project" for my dll project , assigned
path to "Start external program", add breadpoint but still my break
point inside dll is unactive and process stop at my main application.
Any more ideas?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top