Changes between Version 20 and Version 21 of Debugging


Ignore:
Timestamp:
Jul 23, 2019, 5:58:07 AM (5 years ago)
Author:
historic_bruno
Comment:

Adds link for Windows Dependencies tool

Legend:

Unmodified
Added
Removed
Modified
  • Debugging

    v20 v21  
    1616 * A hex editor, like [https://github.com/afrantzis/bless Bless] - useful for examining binary simulation state dumps, either for saved games or serialization errors.
    1717 * [https://www.virtualbox.org/ VirtualBox] - virtual machines are very convenient for testing the game on other operating systems, or for testing multiplayer games locally. VBox is FOSS and works quite well.
     18 * [https://github.com/lucasg/Dependencies/ Dependencies] - replacement for Dependency Walker, which allows viewing linked DLLs and symbols for Windows binaries. Very useful for troubleshooting missing DLLs and symbols, and verifying the game isn't depending on old VC runtime libraries.
    1819
    1920TODO: I know there are more...