-
Notifications
You must be signed in to change notification settings - Fork 614
Debugging
Alex Lo edited this page Aug 14, 2014
·
1 revision
For debugging in Visual Studio, see the page on Debugging in Visual Studio.
- Make sure that
CMAKE_BUILD_TYPE
was set toDebug
when you created the project or make file with CMake. - Navigate to the directory where you installed OpenJK
- Launch the
openjk.x86.exe
oropenjk.i386
binary with the arguments+set sv_pure 0 +set r_fullscreen 0 +set fs_game OpenJK
. If you are debugging your own mod, you can change the value offs_game
to the name of your own mod folder.