Re: Loaded memory image differs from map file



Dear Jamie,

I add the load offset to the pointer, so #1 is not the problem. Also not
problem #2, as according to the debugger the source code is pretty distant
from where the debugger stops. The address where the debugger stops is
(mapped) the address of where the function should be according to the map
file. When removing a certain (unused) object from the source file, the
address where the debugger stops will match both with the map file and
source code.

Regards,
Mariella


.



Relevant Pages

  • RE: debugging dynamic code
    ... Cordbg.exe that ships with the framework SDK (including source code I ... the debugger must be inside my app, so iI need to have a debugger that dubug ... depends on how you are referencing your dependant assemblies. ... compile it and debug it. ...
    (microsoft.public.dotnet.framework.clr)
  • Re: introspection in SML
    ... From there you get to source code or you can invoke ... the debugger is typically mostly useless in a ... the time --- I don't expect the Lisp environments to have such ... Compared to untyped languages, ...
    (comp.lang.functional)
  • Re: Debugging Newbie Question
    ... The CLR does not understand this source code and so before it ... ASP.NET, however, ASP.NET will compile your page's source code and cache ... the debugger will have IL and x86 created from ... in release mode assemblies. ...
    (microsoft.public.dotnet.faqs)
  • Re: Debugging Newbie Question
    ... The CLR does not understand this source code and so before it ... ASP.NET will compile your page's source code and cache the result ... > does this so that a debugger can attach to the code and allow you to step ... > release mode assemblies. ...
    (microsoft.public.dotnet.faqs)
  • Re: Access violation when allocating memory in windows
    ... >> while the function causes access violation message in debugger. ... > The Delphi debugger is not good at catching this sort of thing. ... > exception is probably happening somewhere else altogether. ... I use my delphi source code in Ollydbg all the time. ...
    (comp.lang.pascal.delphi.misc)