Python >= 3.9
python -m pip install MaaDebugger
python -m pip install MaaDebugger MaaFW --upgrade
python -m MaaDebugger
MaaDebugger uses port 8011 by default. You can specify a port to run MaaDebugger on by using the --port [port]
option. For example, to run MaaDebugger on port 8080:
python -m MaaDebugger --port 8080
cd src
python -m MaaDebugger
or
Using VSCode, press F5 in the project directory.