From: Daan De Meyer Date: Mon, 18 Oct 2021 12:29:15 +0000 (+0200) Subject: docs: Fix value for "processId" in HACKING doc X-Git-Tag: v250-rc1~486 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3f3bc1f2e70b7af71b58a551ed0be4438b0d9a9e;p=thirdparty%2Fsystemd.git 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. --- diff --git a/docs/HACKING.md b/docs/HACKING.md index 7ca30486a6b..1d84efc8ae4 100644 --- a/docs/HACKING.md +++ b/docs/HACKING.md @@ -286,7 +286,7 @@ following contents: { "type": "cppdbg", "program": "/usr/lib/systemd/systemd", - "processId": "${command:pickProcess}", + "processId": "${command:pickRemoteProcess}", "request": "attach", "name": "systemd", "pipeTransport": {