Calling all DLM experts- debugging in MSVC++ 2010 [message #79017] |
Wed, 25 January 2012 11:19  |
b_gom
Messages: 105 Registered: April 2003
|
Senior Member |
|
|
I'm having trouble with the MS VC++ 2010 Express compiler when trying
to debug a DLL called from an IDL DLM. I used to be able to use
breakpoints in the C code and the debugger would stop on them as
expected when running in debug mode.
Lately, when I start the debugger in VC++, all the breakpoint markers
turn to empty circles with the message: "The breakpoint will not
current be hit. No symbols have been loaded for this document."
I've searched and found dozens of threads on this topic in the general
MS visual studio community, but no solutions.
Anyone have any tips for getting debugging breakpoints to work within
a DLM? I did have it working before in VC++ 2008 and 2010, but I don't
know what's changed.
Thanks
|
|
|
Re: Calling all DLM experts- debugging in MSVC++ 2010 [message #81180 is a reply to message #79017] |
Tue, 21 August 2012 13:23  |
Muntherg.soh
Messages: 1 Registered: August 2012
|
Junior Member |
|
|
On Wednesday, 25 January 2012 19:19:31 UTC, b_gom wrote:
> I'm having trouble with the MS VC++ 2010 Express compiler when trying
>
> to debug a DLL called from an IDL DLM. I used to be able to use
>
> breakpoints in the C code and the debugger would stop on them as
>
> expected when running in debug mode.
>
>
>
> Lately, when I start the debugger in VC++, all the breakpoint markers
>
> turn to empty circles with the message: "The breakpoint will not
>
> current be hit. No symbols have been loaded for this document."
>
>
>
> I've searched and found dozens of threads on this topic in the general
>
> MS visual studio community, but no solutions.
>
>
>
> Anyone have any tips for getting debugging breakpoints to work within
>
> a DLM? I did have it working before in VC++ 2008 and 2010, but I don't
>
> know what's changed.
>
>
>
> Thanks
please see the book
Calling C and C++ from IDL Using Microsoft Visual C++ and call_external: Demystifying creating and debugging an IDL DLL
on amazo. This may help
|
|
|