Set Up a Flight with the Debug Sandbox
The debug tree exists to set the stage quickly. It is excellent for tutorials, test flights, and recovering from experiments that were technically educational.
Common actions
Section titled “Common actions”echo 1 > /sim/debug/vessels/Hunter/refill_fuelecho 1 > /sim/debug/vessels/Hunter/refill_batteryecho Hunter > /sim/debug/control_vesselecho 10 > /sim/debug/time/warpTeleport writes a six-number CCI state vector about the vessel’s current parent body:
echo '6578100 0 0 0 7784 0' > /sim/debug/vessels/Hunter/teleportcurl -X POST http://127.0.0.1:4242/v1/command \ -H 'content-type: application/json' \ -d '{"vessel_id":"Hunter","action":"debug.teleport","values":[6578100,0,0,0,7784,0]}'debug_namespace = false removes this whole subtree. These actions remain deliberate cheats; they
are not softened into ordinary flight controls.
Debug referenceTeleport, impulse, refills, warp, focus, visual tools, gates, and errors.