how to open a crash dump in Visual Studio

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ycinar
    New Member
    • Oct 2007
    • 39

    how to open a crash dump in Visual Studio

    Can anyone advise on how to open a crash dump in Visual Studio?
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    Originally posted by ycinar
    Can anyone advise on how to open a crash dump in Visual Studio?
    What kind of file is a "crash dump"?

    Comment

    • ycinar
      New Member
      • Oct 2007
      • 39

      #3
      Originally posted by RedSon
      What kind of file is a "crash dump"?
      it is appName.exe.dmp

      Comment

      • RedSon
        Recognized Expert Expert
        • Jan 2007
        • 4980

        #4
        Originally posted by ycinar
        it is appName.exe.dmp
        Its probably just a memory dump which means that you are going to need a good text editor to see the hex information. Try Notepad++ or TextPad.

        Comment

        Working...