mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update README.md
Corrected pid parameter usage.
This commit is contained in:
parent
b613ec84a0
commit
70d4f5bcb7
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 --config-subProcess False
|
||||
```
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue