Closed
Description
VSCode has a multi-root workspace concept which does not currently work with the lldb-dap extension. The code assumes there is always a workspace folder:
cwd: workspaceFolder!!.uri.fsPath,
which is not the case when a code-workspace file is open. It results is a NPE style error: