evennia.contrib.utils.debugpy.cmd¶
-
class
evennia.contrib.utils.debugpy.cmd.CmdDebugPy(**kwargs)[source]¶ Bases:
evennia.commands.default.muxcommand.MuxCommandLaunch debugpy debugger and wait for attach on port 5678
- Usage:
debugpy
-
key= 'debugpy'¶
-
locks= 'cmd:perm(debugpy) or perm(Builder)'¶
-
func()[source]¶ This is the hook function that actually does all the work. It is called by the cmdhandler right after self.parser() finishes, and so has access to all the variables defined therein.
-
aliases= []¶
-
help_category= 'general'¶
-
lock_storage= 'cmd:perm(debugpy) or perm(Builder)'¶
-
search_index_entry= {'aliases': '', 'category': 'general', 'key': 'debugpy', 'no_prefix': ' ', 'tags': '', 'text': '\n Launch debugpy debugger and wait for attach on port 5678\n\n Usage:\n debugpy\n '}¶