Joymaker

Results 3 comments of Joymaker

I have the problem (on Mac) even if TB is NOT full screen.

Same here. Clean Win11 install, used MSYS2/ucrt to install toolchain. First time I try to debug C++ using codelldb: ``` Launching adapter liblldb: c:\Users\com\.vscode\extensions\vadimcn.vscode-lldb-1.11.5\lldb\bin\liblldb.dll environment: {} settings: { evaluateForHovers: true,...

Just found useful info: 3221225781 is 0xC0000135: STATUS_DLL_NOT_FOUND. I see this failure on a "Hello world" cpp program, so it is clearly a dll needed by the DEBUGGER, not the...