Skip to content

Commit 13fbc3c

Browse files
committed
Update README.md
1 parent 9bc68bf commit 13fbc3c

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,15 @@ Output:
9696
9797
# Debug.py
9898
99-
A script to debug game executable. Extracts from log crash data and uses build data to tell more information.
99+
A script to debug game executable. Extracts from log crash data and uses build data to tell more information.
100+
101+
`python Debug.py [Path to patches folder] [Command line arguments to run the game]`
102+
103+
Example:
104+
105+
```
106+
python ./Debug.py F:\GIT\FA-Binary-Patches ^
107+
C:\ProgramData\FAForever\bin\FAFDebugger.exe ^
108+
C:\ProgramData\FAForever\bin\ForgedAlliance_exxt.exe /init init-dev.lua /nobugreport /log C:\ProgramData\FAForever\bin\logs\game.log ^
109+
/EnableDiskWatch /showlog
110+
```

0 commit comments

Comments
 (0)