execute

open override fun execute(vararg args: String, context: Game?): CommandResult<Game>

Executes the debug command and generates comprehensive diagnostic output.

Return

A CommandResult with detailed debug information about the game state, configuration, and saved games.

Parameters

args

Command arguments (unused for this command).

context

The current game context.