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