Re: [Interest] Qt 5 Creator (Mac) Debugger should use the system python executable

2015-02-05 Thread René J . V . Bertin
On Thursday February 05 2015 20:57:53 André Pönitz wrote: Hi André > > I haven't looked at the Creator code for a while, but doesn't it launch > > Python with a .py file? > > Not anymore. Ok, from what version if I may ask? > Invoking sys.executable inside LLDB does not reliably produce a Pyth

Re: [Interest] Qt 5 Creator (Mac) Debugger should use the system python executable

2015-02-05 Thread André Pönitz
On Thu, Feb 05, 2015 at 10:33:09AM +0100, René J.V. Bertin wrote: > On Thursday February 05 2015 08:22:09 Harri Pasanen wrote: > > >> llbd script "run our script" > >> > >> but that doesn't strike me as very elegant either. > >> > > > >If it is a long running script, it seems quite elegant to me,

Re: [Interest] Qt 5 Creator (Mac) Debugger should use the system python executable

2015-02-05 Thread André Pönitz
On Thu, Feb 05, 2015 at 02:42:05AM +0100, René J.V. Bertin wrote: > On Wednesday February 04 2015 23:44:25 André Pönitz wrote: > > Hi, > > > The solution is to start LLDB, and use the Python it links to implicitly by > > using the LLDB 'script' command, instead of hoping that the system Python >

Re: [Interest] Qt 5 Creator (Mac) Debugger should use the system python executable

2015-02-05 Thread René J . V . Bertin
On Wednesday February 04 2015 23:44:25 André Pönitz wrote: > The solution is to start LLDB, and use the Python it links to implicitly > by using the LLDB 'script' command, instead of hoping that the system Python > is the right one. In fact, are you really sure?? I just did this on OS X: %> lld

Re: [Interest] Qt 5 Creator (Mac) Debugger should use the system python executable

2015-02-04 Thread Harri Pasanen
On 05/02/2015 02:42, René J.V. Bertin wrote: > On Wednesday February 04 2015 23:44:25 André Pönitz wrote: > > Hi, > >> The solution is to start LLDB, and use the Python it links to implicitly >> by using the LLDB 'script' command, instead of hoping that the system Python >> is the right one. > I ha

Re: [Interest] Qt 5 Creator (Mac) Debugger should use the system python executable

2015-02-04 Thread René J . V . Bertin
On Wednesday February 04 2015 23:44:25 André Pönitz wrote: Hi, > The solution is to start LLDB, and use the Python it links to implicitly > by using the LLDB 'script' command, instead of hoping that the system Python > is the right one. I haven't looked at the Creator code for a while, but does

Re: [Interest] Qt 5 Creator (Mac) Debugger should use the system python executable

2015-02-04 Thread André Pönitz
On Wed, Feb 04, 2015 at 12:09:47PM +0100, René J.V. Bertin wrote: > Hello, > > The recent discussion about debugging with Qt Creator on OS X reminded me of > an issue I encountered with the version that's installed obligatorily by the > Digia Qt installer. The embedded debugger uses a python exte