Re: Problem debugging External Assembly



You probably did everything correctly, let me still ask you some silly
questions

Did you debug in Debug mode or Release mode?
is there any pdb file present with the generated dll you are trying to
debug?

Stefan
http://www.itsconsulting.fr

.



Relevant Pages

  • Re: no symbols have been loaded for dll
    ... The dll is called by non msvc application, ... debug | attach to process and select my application. ... In order for the debugger to associate source file lines to actual machine ... the debugger finds the incorrect .pdb file. ...
    (microsoft.public.vc.ide_general)
  • Re: Debug a C DLL
    ... The dll is dynamically loaded and I ... and in debug mode you get away with it because ... Mark McIntyre ...
    (comp.lang.c)
  • Unable to debug DLL with PDB files
    ... In VS 2005 and also in VS 2008 I'm not able to debug into the source code of the dll. ... The pdb file lies inside the debug output directory and belongs to the dll. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: using VS6 debugger for VB6
    ... several years ago i talked with a very clever MS fellow who was assigned my case for a bug in my VB6 app. ... i loaded the pdb file into the VS IDE but now i cannot find any reference to a pdb extension when i examine the Load workspace dialog. ... How to debug a native code Visual Basic Component in Visual C++ ... Differences of Behavior in Debug Mode and Compile Mode ...
    (microsoft.public.vb.general.discussion)
  • Re: [VS2008 SP1][std::vector] _CRT_DEBUGGER_HOOK crash in Release mode only
    ... _SECURE_SCL and _HAS_ITERATOR_DEBUGGING are both enabled by default in debug mode. ... Note that if you enable _HAS_ITERATOR_DEBUGGING, make sure to enable it for *every* projects in your solution (in fact, H.I.D. changes the structure and logic of STL classes, so it is not correct to mix STL classes that have H.I.D. enabled with STL classes with the same name but with H.I.D. disabled.) ... For Release mode, you might want to check that all of your projects use Multi-threaded DLL, in case you are going to pass C++ classes through DLL boundaries. ...
    (microsoft.public.vc.language)