Re: [lldb-dev] lldb-vscode VSCode extension hangs indefinitely on Windows

2019-07-12 Thread Greg Clayton via lldb-dev
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

[lldb-dev] lldb-vscode VSCode extension hangs indefinitely on Windows

2019-07-05 Thread Daan De Meyer via lldb-dev
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