<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/121693>121693</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
Cannot launch executable: Sending vRun packet failed
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
bratinba
</td>
</tr>
</table>
<pre>
When trying to debug my C++ code in vscode with the CodeLLDB extension, I get the following error:
`Cannot launch 'path_to_executable': Sending vRun packet failed`.
Other debugger work fine.
The extension version is 1.11.1
I am running the code in an Ubuntu 22.04 aarch64 based dev container with glibc 2.35
My device runs macOS.
My launch.json
```
{
"name": "(lldb) debug main",
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/core/build/main_executable",
"args": []
}
```
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJx8U01vozAQ_TXmMiqCAZJw4JAPIVVqVWm7qz1WNp6AW2NnbZM0_35lkrbpHlayZGDevHnzZuDeq94QNazasGqX8CkM1jXC8aCM4Imw8tz8HshAcGdleggWJImph_EMW4YbhhvorCRQBo5-fjqpMEAYCLZW0sPDbgP0Hsh4ZQ3DLdxDT2GO763W9hRZyTnrWLEGlq3jWWRbbowNoPlkugEYLg88DC_BvtA7dVPgQhPDZUx5JiMjx_HHZODAuzcKsOdKk2SLLL0QPoWB3EV4Tw5O1r3BXhm6hn8O9KURjuTmW3nI0zxPc5at74GP4CZjZg8G-uyZG_glJhMmQEyzEjh33bAoQXBPEiQdobMmcGVi2WhMr5XoANOiis0-niNGdRTJPYy8e3q-ino8X7tPX701n8ZcDsBs1XLDsjXEF0TDR2KIs4uIDFdaS8Gw_pgXV2b-vo0pDDGcDzf4C_gjfGF09GciH25As55_YQdne8fH29olW26iyf7AO2qtluTYcsew7awjhq2YlJYM2yjq20S_M3PX-w_aeT_nnne3RrBsncimkHVR84SafFksshXWWCVDU5X7uug47ssip1WBSKsqz_KaVlTWJYlENZhhleVZlRd5hVVa1bWQWCw7uaoWolyxMqORK51qfRxT6_pEeT9Rk2O-qItEc0Haz_8OoqETzNGouNolrolJd2LqPSszrXzwXzRBBU3N9yW_8eG_a51MTjdDCAfPijXDlmHbqzBMIu3syLCNRa7X3cHZV-oCw3aW5hm2V-3HBv8GAAD__80oOVs">