mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
debug_console help命令增加getenv,setenv信息 (#1966)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user