Fix typo in README example command

- `--config-subProcess` -> `--configure-subProcess`
This commit is contained in:
Joshua Tzucker 2022-04-13 00:38:40 -07:00 committed by Pavel Minaev
parent 87ef7307a4
commit 266a19809a

View file

@ -55,7 +55,7 @@ The following command injects the debugger into a process with a given PID that
### Ignoring subprocesses
The following command will ignore subprocesses started by the debugged process.
```console
-m debugpy --listen localhost:5678 --pid 12345 --config-subProcess False
-m debugpy --listen localhost:5678 --pid 12345 --configure-subProcess False
```