OS: Windows 11
VSCode version: 1.105.0
CodeLLDB version: v1.11.6
Compiler: clang
Debuggee: lldb-server
Unable to recongnize remote path anymore ONLY in codelldb v1.11.6
I do android development and use codelldb to connect to lldb-server on android.
Recent update unable to recognize `program` and `cwd` as remote path instead of host path.
For example, if I specify /data/local/tmp/exefile, then error will pop up say c:/data/local/tmp/exefile is not existed.