Skip to content

Commit 82ef750

Browse files
allow matching on the full command line arguments in the process picker
1 parent ee7b00e commit 82ef750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-dap/src-ts/commands/pick-process.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export async function pickProcess(): Promise<string | undefined> {
3232
}),
3333
{
3434
placeHolder: "Select a process to attach the debugger to",
35+
matchOnDetail: true,
3536
},
3637
);
3738
if (!selectedProcess) {

0 commit comments

Comments
 (0)