mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Fix typo in README example command
- `--config-subProcess` -> `--configure-subProcess`
This commit is contained in:
parent
87ef7307a4
commit
266a19809a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue