Re: trouble debugging a DLL in VS2005
- From: "Oleg Starodumov" <com-dot-debuginfo-at-oleg>
- Date: Mon, 15 May 2006 10:36:42 +0300
I have a project (lets call it proj1) that includes a DLL (say dllA) and
that DLL includes another DLL (say dllB). (btw, both DLLs are user created
DLLs that I created). I'm having a problem debugging dllA. When I step
into the call from proj1 into dllA, it immediately steps into dllB (which is
a call somewhere in the middle of dllA). I can't figure out why dllA is not
being allowed to be stepped through and dllB is. Both dllA and dllB
(although in separate projects) seemed to have been set up in the same
manner and have the same compile options, but apparently there's some
setting that's not allowing me to debug dllA.
Anybody recognize what may be the problem here?
Is it managed application? If so, it is possible that dllA is loaded from
a wrong location, does not have symbols, or is optimized.
You can check for all these things in Modules window - in addition to the
module path, see the following columns:
Symbol Status
Optimized
User Code
What will be shown in these columns for dllA?
Regards,
Oleg
[VC++ MVP http://www.debuginfo.com/]
.
- References:
- trouble debugging a DLL in VS2005
- From: Mark Denardo
- trouble debugging a DLL in VS2005
- Prev by Date: RE: Reading XML files while running test manager
- Next by Date: Re: Breakpoints in T-SQL not hit from VS 2005 with SQL 2005
- Previous by thread: trouble debugging a DLL in VS2005
- Next by thread: RE: Yet another "The debugger is not properly installed." problem
- Index(es):
Relevant Pages
|