mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
docs: Fix value for "processId" in HACKING doc
This needs to be pickRemoteProcess to make sure the UI shows the PIDs of processes in the mkosi container instead of processes on the host system.
This commit is contained in:
parent
e740cdb6f1
commit
3f3bc1f2e7
@ -286,7 +286,7 @@ following contents:
|
|||||||
{
|
{
|
||||||
"type": "cppdbg",
|
"type": "cppdbg",
|
||||||
"program": "/usr/lib/systemd/systemd",
|
"program": "/usr/lib/systemd/systemd",
|
||||||
"processId": "${command:pickProcess}",
|
"processId": "${command:pickRemoteProcess}",
|
||||||
"request": "attach",
|
"request": "attach",
|
||||||
"name": "systemd",
|
"name": "systemd",
|
||||||
"pipeTransport": {
|
"pipeTransport": {
|
||||||
|
Loading…
Reference in New Issue
Block a user