Changes between Version 21 and Version 22 of Debugging


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Debugging

    v21 v22  
    5656
    5757=== Call stack on Windows ===
    58 Reading `crashlog,dmp`:
     58Reading `crashlog.dmp`:
    5959
    6060 * It can be opened in Visual Studio or !WinDbg. For this to be useful, '''you need to have the debug symbols and source code matching the affected build of the game'''. Most users use the autobuild version of the game, you can simply download the correct autobuilt binaries from SVN. Or for a release, install that particular version of the game and acquire the matching source package from [http://releases.wildfiregames.com/]. In the future we should automate this process, see #290.