The lldb "types" log is the place where detailed info about what's going on 
gets dumped.  Turn that on with:

(lldb) log enable -f /tmp/lldb-types-log.txt lldb types

Jim

> On Apr 14, 2017, at 9:33 AM, Edward Connell via swift-users 
> <swift-users@swift.org> wrote:
> 
> Groan... I just tried to update to Swift 3.1 on ubuntu 16.04. Everything 
> builds fine, but when I try to debug I get the dreaded:
> 
> error in auto-import: failed to get module 'XYZ' from AST context
> 
> Everything built and debugged just fine with the previous Swift release.
> I assume LLDB is unhappy about either failing to find an import, or somehow 
> thinking there is a duplicate.
> 
> How do we get LLDB to disclose the reason that it's failing?
> 
> Thanks, Ed
> 
> _______________________________________________
> swift-users mailing list
> swift-users@swift.org
> https://lists.swift.org/mailman/listinfo/swift-users

_______________________________________________
swift-users mailing list
swift-users@swift.org
https://lists.swift.org/mailman/listinfo/swift-users

Reply via email to