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.
 
Back
Top