Changes between Version 2 and Version 3 of DebuggingOnWindows


Ignore:
Timestamp:
Mar 17, 2012, 11:00:46 PM (12 years ago)
Author:
historic_bruno
Comment:

Fixes redirected link to debugging tools

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingOnWindows

    v2 v3  
    11If the game crashes or freezes when running on Windows, you can help us to debug the problem. If you have Visual C++ installed then you can use its debugger. Otherwise you should try these instructions to run the free WinDbg tool:
    22
    3  * Install the [http://www.microsoft.com/whdc/devtools/debugging/installx86.mspx Debugging Tools for Windows]. (In the Windows SDK installer, you can disable everything except the first "Debugging Tools for Windows" option.)
     3 * Install the [http://msdn.microsoft.com/en-us/windows/hardware/gg463009/ Debugging Tools for Windows]. (In the Windows SDK installer, you can disable everything except the first "Debugging Tools for Windows" option.)
    44 * Run '''!WinDbg''' from the Start menu (in "Debugging Tools for Windows", or if you are on 64-bit Windows then "Debugging Tools for Windows (x64)").
    55 * "File" menu -> "Open Executable".