Python >= 3.9
python -m pip install MaaDebugger
python -m pip install MaaDebugger MaaFW --upgrade
python -m MaaDebugger
MaaDebugger 默认使用端口 8011。你可以通过使用 --port [port] 选项来指定 MaaDebugger 运行的端口。例如,要在端口 8080 上运行 MaaDebugger
python -m MaaDebugger --port 8080
cd src
python -m MaaDebugger
或者
使用 VSCode,在项目目录中按下 F5