From 3f3bc1f2e70b7af71b58a551ed0be4438b0d9a9e Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 18 Oct 2021 14:29:15 +0200 Subject: [PATCH] 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. --- docs/HACKING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HACKING.md b/docs/HACKING.md index 7ca30486a6..1d84efc8ae 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": {