Getting debugger to jump to supporting .dll

  • Thread starter Thread starter John A. Bailo
  • Start date Start date
J

John A. Bailo

I have two projects in a solution: an exe and a supporting dll

I want the debugger to jump to the supportin dll when the code calls a
method there...but it doesn't

What should I configure to make sure it does?
 
John said:
I have two projects in a solution: an exe and a supporting dll

I want the debugger to jump to the supportin dll when the code calls a
method there...but it doesn't

What should I configure to make sure it does?

Ok, nevermind, I wasn't using a debug copy of the dll with symbols, just
a release copy.

It works now.
 

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

Back
Top