From e0cd0389be63d34efb983df68940ba5a34b2fa15 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Mon, 18 Mar 2024 12:28:49 -0300 Subject: [PATCH] 1.1.1 --- run/README.md | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/run/README.md b/run/README.md index c15287c..fd3f696 100644 --- a/run/README.md +++ b/run/README.md @@ -22,23 +22,42 @@ wsl ./xrdebug > (*) 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