Skip to main content

4 docs tagged with "debugging"

View all tags

Consolecommands

This component defines a comprehensive set of global console command functions for debugging, server administration, entity spawning, player stat manipulation, world state management, and shard network operations in Don't Starve Together.

Debugkeys

This module defines a comprehensive set of debug key bindings, console command wrappers, and development utilities for manipulating world state, player attributes, entity components, and simulation parameters in the Don't Starve Together simulation, including mouse actions and farming nutrient controls.

Profiler

Provides a Lua-level CPU profiler for performance analysis of game code.

Strict

Enforces Lua strict-mode behavior by requiring all global variables to be explicitly declared before assignment or access.