Metadata-Version: 2.1
Name: MaaDebugger
Version: 1.5.0b2
Summary: MaaDebugger
Author: MaaXYZ
Project-URL: Homepage, https://github.com/MaaXYZ/MaaDebugger
Requires-Python: >=3.9
Requires-Dist: MaaFw>=3.0.0b1
Requires-Dist: nicegui>=2.2.0
Requires-Dist: asyncify
Requires-Dist: pillow
Description-Content-Type: text/markdown

# MaaDebugger

## Requirement

Python >= 3.9

## Installation

```bash
python -m pip install MaaDebugger
```

## Update

```bash
python -m pip install MaaDebugger MaaFW --upgrade
```

## Usage

```bash
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**:

```bash
python -m MaaDebugger --port 8080
```

## Development of MaaDebugger itself

```bash
cd src
python -m MaaDebugger
```

or

Using VSCode, press F5 in the project directory.
