Skip to content

MaaXYZ/MaaDebugger

Repository files navigation

MaaDebugger

Requirement

Python >= 3.9

Installation

python -m pip install MaaDebugger

Update

python -m pip install MaaDebugger MaaFW --upgrade

Usage

python -m MaaDebugger

Specifying a Port

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

Development of MaaDebugger itself

cd src
python -m MaaDebugger

or

Using VSCode, press F5 in the project directory.