Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 669 Bytes

README-en.md

File metadata and controls

44 lines (28 loc) · 669 Bytes

MaaDebugger

简体中文 | English

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.