debug_console help命令增加getenv,setenv信息 (#1966)

This commit is contained in:
2024-08-07 14:14:04 +08:00
committed by GitHub
parent 4dfdeb146e
commit bcf97ecd1b

View File

@@ -172,6 +172,8 @@ function COMMAND.help()
dumpheap = "dumpheap : dump heap profilling", dumpheap = "dumpheap : dump heap profilling",
killtask = "killtask address threadname : threadname listed by task", killtask = "killtask address threadname : threadname listed by task",
dbgcmd = "run address debug command", dbgcmd = "run address debug command",
getenv = "getenv name : skynet.getenv(name)",
setenv = "setenv name value: skynet.setenv(name,value)",
} }
end end