You might want to take a look at what the lldb-vscode process is doing by
attaching a debugger to it in case that will shed any light.
Other options are add a "initCommands" to your launch config:
"initCommands": ["log enable -f /tmp/log.txt lldb process"],
Then look at the log and see
Hi,
I've been trying out the lldb-vscode extension bundled with LLVM. I managed
to get it working flawlessly on Linux but I'm having trouble getting it to
work on Windows. When starting the debugger with a simple hello world
program built with CMake, it hangs indefinitely without outputting any ki