mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update README.md
Fixed spelling.
This commit is contained in:
parent
97b1a61c91
commit
b613ec84a0
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ The following command injects the debugger into a process with a given PID that
|
|||
```
|
||||
|
||||
### Ignoring subprocesses
|
||||
The following command will ignore subprocesses startet by the debugged process.
|
||||
The following command will ignore subprocesses started by the debugged process.
|
||||
```console
|
||||
-m debugpy --listen localhost:5678 -pid 12345 --config-subProcess False
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue