Re: GammaRay - Introspection/Debugging Tool for Qt Applications

2011-11-02 Thread Peter Kümmel
What is the status of windll? It doesn't work here. Only a prove of principle? Why do you not use QProcess to start the process in launch? If you aren't already busy on windll I could have a look at it. And is this list the right list to discuss GammaRay, especially when it comes to win32? Pete

Re: GammaRay - Introspection/Debugging Tool for Qt Applications

2011-11-01 Thread Peter Kümmel
On 01.11.2011 08:58, Volker Krause wrote: I've also tried to attach to console apps without success. Then I realized that you use the hijacked process to show the GammaRay mainwindow which is not possible in a QCoreApplication executable. So I wonder how difficult it would be to run GammaRay in

Re: GammaRay - Introspection/Debugging Tool for Qt Applications

2011-10-31 Thread Peter Kümmel
On 30.10.2011 13:21, Volker Krause wrote: Hi! During the Qt Dev Days in Munich last week we (KDAB) released a new Free Software introspection/debugging tool for Qt applications, called GammaRay: https://github.com/KDAB/GammaRay It hooks itself into a Qt application (at start-up or at runtime) u