From a5a311bf0bb81e7c9ac4223bd4c95200d419178e Mon Sep 17 00:00:00 2001 From: nikitalita <69168929+nikitalita@users.noreply.github.com> Date: Sun, 2 Mar 2025 15:55:39 -0800 Subject: [PATCH] Add documentation for `vm_debug` cvars --- docs/console.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/console.html b/docs/console.html index 7fb5d4c8c5..4dd6a0fe5d 100644 --- a/docs/console.html +++ b/docs/console.html @@ -1814,6 +1814,14 @@ default: 1.0
Sends you to the specified coordinates immediately. This can be used with idmypos to debug problems in a specific area of a map.
+
vm_debug
+
boolean: false
+
When set to true, the game will enable the ZScript debug + server on the port specified in vm_debug_port. Note that enabling this + will disable JIT and requires restarting the game.
+
vm_debug_port
+
integer: 19021
+
This is the port that the ZScript debug server will listen on.

Effects