Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rodber committed Mar 18, 2024
1 parent 9501bb0 commit e0cd038
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,42 @@ wsl ./xrdebug <options>

> (*) Where `xrdebug` and `./xrdebug` reflect the path to the executable file from [install](../install/).
## Options
## Server options

| Option | Description |
| ------ | --------------------------------------- |
| -p | Port [use 0 for random] (default 27420) |
| -n | Session name (default xrDebug) |
| -e | Enable end-to-end encryption |
| -x | Enable sign verification |
| -w | Working directory (default temp dir) |
| -c | Cert file for TLS |
| -k | [for -e option] Symmetric key |
| -s | [for -x option] Private key |
| -i | Editor (default vscode) |
| -a | IP address (default 0.0.0.0) |
| -c | Cert file for TLS [PEM: local_cert] |
| -z | Private key for TLS [PEM: local_pk] |

## Cipher options

| Option | Description |
| ------ | ----------------------------- |
| -e | Enable end-to-end encryption |
| -k | [for -e option] Symmetric key |
| -s | Enable sign verification |
| -x | [for -x option] Private key |

## Session options

| Option | Description |
| ------ | ------------------------------------ |
| -n | Session name (default xrDebug) |
| -w | Working directory (default temp dir) |

## IDE options

Supported editors: atom emacs espresso idea macvim netbeans phpstorm sublime textmate vscode

| Option | Description |
| ------ | ----------------------- |
| -i | Editor (default vscode) |

## Help

Pass `--help` to show help information.
Pass `-h` or `--help` to show help information.

```sh
xrdebug --help
Expand Down

0 comments on commit e0cd038

Please sign in to comment.