Recommend a debugger



I have only the executables, a .exe file and a .dll file. The program
(.exe) eventually makes a call to a very short routine in the .dll file,
and bombs. I looked at the .dll routine being called with PE Explorer
(http://www.heaventools.com/) and the routine being called is only about
a page long.

Somehow I got to get in there with a debugger to see why it's going
wrong. I have "Debugging Tools for Windows" which has WinDbg.exe,
and "logger.exe" looked promising, but I can't figure out how to
use them.

So is there any decent documentation on how to use WinDbg, or is
there a third party debugger anyone would recommend?
.



Relevant Pages

  • Re: Recommend a debugger
    ... Use Windbg and set the following breakpoints which will give you a head ... eventually makes a call to a very short routine in the .dll file, ... I looked at the .dll routine being called with PE Explorer ... Somehow I got to get in there with a debugger to see why it's going ...
    (microsoft.public.vc.mfc)
  • Re: compile a exe file
    ... in my programe.How do compiled a exe file that include the dll file? ... Create Table DllCarrier ... and at runtime extract it via StrToFile. ...
    (microsoft.public.fox.programmer.exchange)
  • Re: how do I get these files to work?
    ... greg wrote: ... > file it says that the .dll file which was in the zip file ... It also says to reinstall the .exe file ... Malke ...
    (microsoft.public.windowsxp.general)
  • Re: HTML content in a dll file or EXE
    ... > to make a single dll file or EXE file. ... I want one single html file ...
    (alt.html)
  • Re: Including a .dll resource in the .exe at compilation.
    ... Poster Matt wrote: ... it possible to include the .dll file as part of the release .exe file so ... that the .exe file can be distributed alone and not with the accompanying ... make an installer exe/msi that includes both your ...
    (microsoft.public.vsnet.general)

Loading