The debug command is used to start your server directly in your current terminal (outside of (tmux) and should only be used for diagnosing issues. If a game server is already running in the background debug will stop it to start a debug session.
debug
Standard: ./gameserver debug
./gameserver debug
Short: ./gameserver d
./gameserver d
To exit debug mode use CTRL+c
CTRL+c
Last updated 2 years ago
Was this helpful?