| Issue |
168878
|
| Summary |
[lldb-dap] Error: Server process exited early with code 1
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
mumupika
|
I encountered with the problems: `Server process exited early with code 1`
when I tried to use lldb-dap.
<img width="453" height="128" alt="Image" src="" />
<img width="256" height="221" alt="Image" src="" />
system: MacOS 15.4.1 (24E263) Sequoia
lldb-dap:
```
lldb-dap: Homebrew LLVM version 21.1.5
Optimized build.
liblldb: lldb version 21.1.5
```
lldb: lldb version 21.1.5
lldb-dap extension version: 0.3.20251119 (also having problem on 0.2.18)
Settings:
```json
"lldb-dap.executable-path": "/opt/homebrew/opt/llvm/bin/lldb-dap",
"lldb-dap.connectionTimeout": 10,
"lldb-dap.serverMode": true,
```
Launch.json
```json
{
"type": "lldb-dap",
"request": "launch",
"name": "Debug_lldb_dap",
"program": "${workspaceFolder}/build/main",
"args": [],
"env": [],
"cwd": "${workspaceFolder}",
"preLaunchTask": "cmake",
"console": "integratedTerminal",
"stopOnEntry": true
},
```
The extension log:
<img width="803" height="187" alt="Image" src="" />
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs