Discussion:
Debug with incomplete source
(too old to reply)
Jack
2009-05-23 09:22:15 UTC
Permalink
Hi,
I'd like to know if it's possible to debug with part of the source lost? if
yes, could you please teach me how to do it?
Thanks a lot
Jack
Scot T Brennecke
2009-05-23 22:17:27 UTC
Permalink
Sure. Whatever you don't have in source code can be debugged in disassembly view.
Hi,
I'd like to know if it's possible to debug with part of the source lost? if yes, could you please
teach me how to do it?
Thanks a lot
Jack
Jack
2009-05-25 05:32:57 UTC
Permalink
Hi Scot,
Thanks for helping. I'd like to know how to setup this scenario in Windbg. I
have an exe file, without symbols. I only have part of the source, then the
GUI part was lost, winmain inclusive.
Thanks
Jack
Scot T Brennecke
2009-05-25 08:00:54 UTC
Permalink
By default, WinDbg will step through the code, one assembly instruction at a time, unless you have
symbols and matching source. It can then be put into source-stepping mode, instead of
assembly-stepping mode. So, the default behavior is to allowe debugging without symbols and source.
Obviously, this is much more tedious.
Post by Jack
Hi Scot,
Thanks for helping. I'd like to know how to setup this scenario in Windbg. I have an exe file,
without symbols. I only have part of the source, then the GUI part was lost, winmain inclusive.
Thanks
Jack
Loading...