Re: [Interest] Scripting & Debugger

2012-08-23 Thread Peter Kümmel
On 23.08.2012 00:31, Thiago Macieira wrote: > On quarta-feira, 22 de agosto de 2012 21.24.49, Peter Kümmel wrote: >> I'm looking for a scripting language with a debugger. >> Binding to C/C++ should be simple and the debugger should be embeddable. >> In times of Qt4 this would be QtScript and script

Re: [Interest] Scripting & Debugger

2012-08-23 Thread Peter Kümmel
On 23.08.2012 11:29, Konstantin Tokarev wrote: > > > 22.08.2012, 23:24, "Peter Kümmel": >> I'm looking for a scripting language with a debugger. >> Binding to C/C++ should be simple and the debugger should be embeddable. > > I'd recommended you to use Lua. It's very lightweight, very fast and easil

Re: [Interest] Scripting & Debugger

2012-08-23 Thread Konstantin Tokarev
22.08.2012, 23:24, "Peter Kümmel" : > I'm looking for a scripting language with a debugger. > Binding to C/C++ should be simple and the debugger should be embeddable. I'd recommended you to use Lua. It's very lightweight, very fast and easily embeddable. If your problem is performance sensitive

Re: [Interest] Scripting & Debugger

2012-08-23 Thread kai.koehne
> > FWIW I think it would be interesting to be able to access a QML > > debugger outside QtCreator. It would be useful for us in KDevelop [1] > > at least. It helps maintain the quality of the tooling generated > > around the technology. > Actually for the _JS_ debugger (breakpoints etc) we're ju

Re: [Interest] Scripting & Debugger

2012-08-22 Thread aurindam.jana
> FWIW I think it would be interesting to be able to access a QML > debugger outside QtCreator. It would be useful for us in KDevelop [1] > at least. It helps maintain the quality of the tooling generated > around the technology. Noted.. But that will only be available in 5.1.0 ... (if at all)

Re: [Interest] Scripting & Debugger

2012-08-22 Thread Thiago Macieira
On quarta-feira, 22 de agosto de 2012 21.24.49, Peter Kümmel wrote: > I'm looking for a scripting language with a debugger. > Binding to C/C++ should be simple and the debugger should be embeddable. > In times of Qt4 this would be QtScript and scripttools/debugging but this is > all "done". And wh

Re: [Interest] Scripting & Debugger

2012-08-22 Thread Aleix Pol
On Wed, Aug 22, 2012 at 9:24 PM, Peter Kümmel wrote: > I'm looking for a scripting language with a debugger. > Binding to C/C++ should be simple and the debugger should be embeddable. > In times of Qt4 this would be QtScript and scripttools/debugging but this is > all "done". > > Is there such a

[Interest] Scripting & Debugger

2012-08-22 Thread Peter Kümmel
I'm looking for a scripting language with a debugger. Binding to C/C++ should be simple and the debugger should be embeddable. In times of Qt4 this would be QtScript and scripttools/debugging but this is all "done". Is there such a combination in Qt5? AFAIK QML could be used also as a scripting