Kexi/Debugging: Difference between revisions

From KDE Community Wiki
Line 1: Line 1:
==General==
==General==
Common information collected by the KDE Community:
*[http://techbase.kde.org/Development/Tutorials/Debugging KDE Debugging tutorials] (KDE Techbase)
*[http://techbase.kde.org/Development/Tutorials/Debugging KDE Debugging tutorials] (KDE Techbase)
*[http://techbase.kde.org/Development/FAQs/Debugging_FAQ KDE Debugging FAQ] (KDE Techbase)
*[http://techbase.kde.org/Development/FAQs/Debugging_FAQ KDE Debugging FAQ] (KDE Techbase)

Revision as of 19:15, 25 April 2014

General

Common information collected by the KDE Community:

Kexi Debug GUI

Kexi Debug GUI is a graphical tool for tracking internals of running Kexi application.

Isn't debug to standard output enough? The Debug GUI is richer and easier to follow.

Currently supported features:

  • Logging SQL commands that are sent by Kexi to the database backends. This helps to track history of commands, helps to understand what happens regarding communication between the application and backends. The order is chronological.
  • Displaying definition of active Kexi form in XML format. Definition of original form (last saved version) and current form (after modification) is presented, so changes can be compared.

Enabling Kexi Debug GUI

The tool can be freely enabled or disabled. When enabled, each Kexi application displays additional window used for outputting debug information.

First, the tool has to be compiled. By default its compilation is disabled. To enable compilation, go to the builddir, then use the ccmake visual tool:

% ccmake .

Find the CALLIGRA_DEBUG_GUI variable. To do so press "/" key to search, type CALLIGRA_DEBUG_GUI, press Enter. When you find it, if it's set to OFF, press enter to switch it to ON.

Similarly, find the KEXI_DEBUG_GUI variable and set it to ON.

You need to reconfigure the project to apply changes. To do so, type "g" key and wait until the configuration step finishes and ccmake exists.

Then compile Kexi using:

% make -j{NUMBER} install".

Then, open the local Kexi configuration file to enable the Debug GUI:

% kate `kde4-config --localprefix`/share/config/kexirc