跳转至

backend.debug.server

server

函数:

名称 描述
read_file

读取文件内容

read_memory

读取内存中的数据

send_ws_message

发送 WebSocket 消息

read_file async

read_file(path: str)

读取文件内容

read_memory async

read_memory(key: str)

读取内存中的数据

send_ws_message

send_ws_message(title: str, image: list[str], text: str = '', callstack: list[WSCallstack] = [], wait: bool = False)

发送 WebSocket 消息