Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread Jim Ingham via swift-users
..@yahoo.com> > نسخة كربونية: Michael Gottesman <mgottes...@apple.com>; > "swift-users@swift.org" <swift-users@swift.org> > تاريخ الإرسال: الثلاثاء 7 نوفمبر، 2017‏ 1:39 ص > الموضوع: Re: بخصوص: بخصوص: [swift-users] About Swift Package Manager and LLDB > > It isn’t

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread ‫Fadi Botros‬ ‫ via swift-users
<botros_f...@yahoo.com> نسخة كربونية: Michael Gottesman <mgottes...@apple.com>; "swift-users@swift.org" <swift-users@swift.org> تاريخ الإرسال: الثلاثاء 7 نوفمبر، 2017‏ 12:21 ص الموضوع: Re: بخصوص: [swift-users] About Swift Package Manager and LLDB This works for me (with Xco

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread ‫Fadi Botros‬ ‫ via swift-users
Fadi Botros‬ ‫ <botros_f...@yahoo.com>; "swift-users@swift.org" <swift-users@swift.org> تاريخ الإرسال: الثلاثاء 7 نوفمبر، 2017‏ 12:22 ص الموضوع: Re: [swift-users] بخصوص: About Swift Package Manager and LLDB On Nov 6, 2017, at 2:21 PM, Jim Ingham via swift-users <swift

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread Jim Ingham via swift-users
ft.org" <swift-users@swift.org> > تاريخ الإرسال: الإثنين 6 نوفمبر، 2017‏ 10:15 م > الموضوع: Re: [swift-users] About Swift Package Manager and LLDB > > The log for “print self” was unfortunately captured too late. Reading in the > PerfectTemplate module had alread

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread Jim Ingham via swift-users
نسخة كربونية: "swift-users@swift.org" <swift-users@swift.org>; ‫Fadi Botros‬ > ‫ <botros_f...@yahoo.com> > تاريخ الإرسال: الإثنين 6 نوفمبر، 2017‏ 7:01 م > الموضوع: Re: [swift-users] About Swift Package Manager and LLDB > > Or actually: > > https://githu

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread Michael Gottesman via swift-users
appens in Kitura (even if only use packages that > depend on Swift 4) > > من: Michael Gottesman <mgottes...@apple.com> > إلى: Michael Gottesman <mgottes...@apple.com> > نسخة كربونية: "swift-users@swift.org" <swift-users@swift.org>; ‫Fadi B

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread ‫Fadi Botros‬ ‫ via swift-users
ros‬ ‫ <botros_f...@yahoo.com> تاريخ الإرسال: الإثنين 6 نوفمبر، 2017‏ 7:01 م الموضوع: Re: [swift-users] About Swift Package Manager and LLDB Or actually: https://github.com/apple/swift/blob/master/docs/DebuggingTheCompiler.rst#debugging-failures-in-lldb I would just enable all of the logging

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread Johannes Weiß via swift-users
Hi Fadi, Just two questions: - did you compile & run this program on the same machine or not? (the .swiftmodule files and others are needed for LLDB) - did you use your Linux distro's lldb or the one that comes with the Swift toolchain? (you'll need the very LLDB that comes with the Swift

Re: [swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread Michael Gottesman via swift-users
I am not going to answer this fully (I forwarded it to the appropriate people though). But to help them out, can you go to ./docs/DebuggingTheCompiler and enable lldb logging and post the output here? Michael > On Nov 6, 2017, at 8:43 AM, ⁨‫Fadi Botros‬ ‫ via swift-users⁩ >

[swift-users] About Swift Package Manager and LLDB

2017-11-06 Thread ‫Fadi Botros‬ ‫ via swift-users
I'm interested in doing Web Application using Swift and promoting this to be a trend someday.But I couldn't find a way to debug web apps without using XcodeThis is irrelevant because web applications are mainly on Linux, so what if we want to do remote debugging ? I tried using the SPM, and