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:
Daan De Meyer 2021-10-18 14:29:15 +02:00 committed by Luca Boccassi
parent e740cdb6f1
commit 3f3bc1f2e7

View file

@ -286,7 +286,7 @@ following contents:
{
"type": "cppdbg",
"program": "/usr/lib/systemd/systemd",
"processId": "${command:pickProcess}",
"processId": "${command:pickRemoteProcess}",
"request": "attach",
"name": "systemd",
"pipeTransport": {