[swift-users] DWARF without DSYM

Jordan Rose jordan_rose at apple.com
Thu Aug 25 15:15:26 CDT 2016


Plain DWARF isn't sufficient to debug a Swift program (we actually stuff the entire swiftmodule into the dSYM), but if you just want to trace execution you should be able to use -gline-tables-only.

Jordan


> On Aug 25, 2016, at 13:10, Dmitry Shevchenko via swift-users <swift-users at swift.org> wrote:
> 
> Can swiftc generate debug info without a separate dSYM bundle? -g option looks to always generate a dSYM.
> _______________________________________________
> swift-users mailing list
> swift-users at swift.org
> https://lists.swift.org/mailman/listinfo/swift-users



More information about the swift-users mailing list