<div dir="ltr">I see. I thought LLDB can import modules independently of sources, isn&#39;t that what target.swift-module-search-paths option is for?<br><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 25, 2016 at 4:15 PM Jordan Rose &lt;<a href="mailto:jordan_rose@apple.com">jordan_rose@apple.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Plain DWARF isn&#39;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.<br>
<br>
Jordan<br>
<br>
<br>
&gt; On Aug 25, 2016, at 13:10, Dmitry Shevchenko via swift-users &lt;<a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a>&gt; wrote:<br>
&gt;<br>
&gt; Can swiftc generate debug info without a separate dSYM bundle? -g option looks to always generate a dSYM.<br>
&gt; _______________________________________________<br>
&gt; swift-users mailing list<br>
&gt; <a href="mailto:swift-users@swift.org" target="_blank">swift-users@swift.org</a><br>
&gt; <a href="https://lists.swift.org/mailman/listinfo/swift-users" rel="noreferrer" target="_blank">https://lists.swift.org/mailman/listinfo/swift-users</a><br>
<br>
</blockquote></div></div>