CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2001
    Location
    CA , USA
    Posts
    83

    Question Debugging a crash



    Hello

    I have an MFC application at my customer site that is crashing occasionally. I want to get some kind of information from them like a dump file and try to get the exact location of the crash including the stack info as if i get to debug when i have the source code. I do not know what i should be using.

    Will enabling Dr.Watson and getting the user.dmp file work ??

    Is there any other programs i can use?? How about crashfinder to which will find the location by address ??

    Please help me. Thing is even if i get a user.dmp file from Dr.watson utility how do i use it to reach the location of crash ?? Any help is greately appreciated.

    Thanks in Advance

  2. #2

    Re: Debugging a crash

    Try our tools.

    Auto Debug Agent to debug your application on your customer machine.
    It'll auto recording what had happened.
    Best Api Monitor tool.
    Trace the target program automatically and monitor the parameters of all API and COM interfaces.

    Auto Debug for Windows 4.0
    Auto Debug for .Net
    http://www.autodebug.com/

  3. #3
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured