Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 434 Bytes

debug.md

File metadata and controls

14 lines (8 loc) · 434 Bytes

debug

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.

Commands

Standard: ./gameserver debug

Short: ./gameserver d

{% hint style="success" %} To exit debug mode use CTRL+c {% endhint %}