Can't start rekonq in debugger

David Narvaez david.narvaez at computer.org
Sat Feb 4 08:46:52 GMT 2012


On Sat, Feb 4, 2012 at 3:13 AM, Lindsay Mathieson
<lindsay.mathieson at gmail.com> wrote:
> I'm trying to debug rekonq using kdevelop on a 64 bit kubuntu system, but it
> fails immediately. Debug tab shows:
>
> QDBusConnection: session D-Bus connection created before QCoreApplication.
> Application may misbehave.
> QDBusConnection: session D-Bus connection created before QCoreApplication.
> Application may misbehave.
> *** Exited with return code: 05 ***
>
>
> It launches just fun as a executable.

Rekonq is a KUniqueApplication, you need to launch it with the
--no-fork flag to keep it inside your debugger.

David E. Narváez




More information about the KDevelop mailing list