Error while parsing SDK path from debug info: virtual llvm::Expected<XcodeSDK>
Open
lldb-dap
- Dominant language
- LLVM
- Stars
- 40.5k
- Forks
- 18.7k
- PR merge metrics
- PR metrics pending
Description
I'm working with Swift in VSCode ubuntu-devcontainer. When I start a debug session with `lldb-dap`, I see the following output:
```
error: Error while parsing SDK path from debug info: virtual llvm::Expected lldb_private::Platform::GetSDKPathFromDebugInfo(CompileUnit &) not implemented for 'host' platform.
warning: TypeSystemSwiftTypeRef::operator(): had to engage SwiftASTContext fallback for type $s11Hummingbird11ApplicationVyAA15RouterResponderVy11Serverhumm117AppRequestContextaGGD
```
How can I fix this? Do I need to configure something additional?
Contributor guide
Assessment
This issue has not been assessed yet.