You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not really a bug but maybe worth it mention the LLDB.exe doesn't start in case Microsoft.VCRedist.2015+ is not installed in Window 11 (in my case).
Long story shorts, I had hard time to locate why my LLDB in CodeLLDB wasn't working - I started learning Rust and created a separated Windows 11 VMs in my hyper-x to try out both GNU and MSVC targets. I started with GNU (my preference) and found the CodeLLDB just refused to start, exiting without loading the LLDB. I then went to launch LLDB.exe directly from the extension bin folder and it wasn't launching neither, no error message, nothing! Googling around didn't help neither. I then gave up and started a fresh MSVC install in a separated hyper-x checkpoint and CodeLLDB worked perfectly!
I thought that could be some dll missing and then started looking into VCRedist as LLDB should be compiled using Visual C, right?
Then I compared the VCRedist loaded in my machine with MSVC that was ok and, one-by-one, I installed the missing VCRedist until I found the missing one which was the Microsoft.VCRedist.2015+.
Installing both below via winget solved the issue.
So, in case anyone is trouble running it in GNU setup, it worth it looking into missing VCRedist.
Maybe an update in documentation, troubleshooting or even in the installation of the extension by checking missing VCRedist would be great.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
It's not really a bug but maybe worth it mention the LLDB.exe doesn't start in case Microsoft.VCRedist.2015+ is not installed in Window 11 (in my case).
Long story shorts, I had hard time to locate why my LLDB in CodeLLDB wasn't working - I started learning Rust and created a separated Windows 11 VMs in my hyper-x to try out both GNU and MSVC targets. I started with GNU (my preference) and found the CodeLLDB just refused to start, exiting without loading the LLDB. I then went to launch LLDB.exe directly from the extension bin folder and it wasn't launching neither, no error message, nothing! Googling around didn't help neither. I then gave up and started a fresh MSVC install in a separated hyper-x checkpoint and CodeLLDB worked perfectly!
I thought that could be some dll missing and then started looking into VCRedist as LLDB should be compiled using Visual C, right?
Then I compared the VCRedist loaded in my machine with MSVC that was ok and, one-by-one, I installed the missing VCRedist until I found the missing one which was the Microsoft.VCRedist.2015+.
Installing both below via winget solved the issue.
So, in case anyone is trouble running it in GNU setup, it worth it looking into missing VCRedist.
Maybe an update in documentation, troubleshooting or even in the installation of the extension by checking missing VCRedist would be great.
btw, very nice extension! Thank you!
regards
Celso
Beta Was this translation helpful? Give feedback.
All reactions