Skip to content
This repository has been archived by the owner on Jul 28, 2019. It is now read-only.

Commit

Permalink
Added documentation about D-BUS debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Mar 10, 2012
1 parent b6795bc commit 6f86957
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/DbusDebug.dox
@@ -0,0 +1,12 @@
/** @page DbusDebug Debugging D-BUS interfaces

Easiest way to debug D-BUS calls is to start the application with
`QDBUS_DEBUG=1` environment variable:

QDBUS_DEBUG=1 heytrack

VLC is also Qt-based, so it can be applied to it, too:

QDBUS_DEBUG=1 vlc

*/

0 comments on commit 6f86957

Please sign in to comment.