Changes between Version 3 and Version 4 of DebuggingOnWindows


Ignore:
Timestamp:
Jul 23, 2019, 10:08:11 PM (5 years ago)
Author:
historic_bruno
Comment:

Adds instructions for path setup in windbg

Legend:

Unmodified
Added
Removed
Modified
  • DebuggingOnWindows

    v3 v4  
    33 * 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)").
     5 * Set "File > "Image File Path" to `X:\path\to\0ad\binaries\system`.
     6 * Set "File > "Source File Path" to `X:\path\to\0ad`.
     7 * Set "File" > "Symbol File Path" to `srv*X:\symbols*https://msdl.microsoft.com/download/symbols` per [https://docs.microsoft.com/en-us/windows/win32/dxtecharts/debugging-with-symbols#using-the-microsoft-symbol-server Debugging With Symbols].
    58 * "File" menu -> "Open Executable".
    69 * Browse to the location where you installed the game, and open pyrogenesis.exe in the binaries\system folder.