• GammaRay User Manual
  • GammaRay User Manual
  • Messages
  • GammaRay User Manual 2.9.0
  • Messages

    Overview

    The Messages tool allows you access to diagnostic messages sent via QDebug, as well as to configure QLoggingCategory settings dynamically at runtime.

    Message Browser

    The message browser shows you all diagnostic messages of the target using a QLoggingCategory that is active on the target. Here you can:

    Logging Categegory Configuration

    The logging category configuration shows all QLoggingCategory instances detected on the running target, as well as their current configuration.

    Here you can enable or disable individual logging categories at runtime, which takes immediate effect. This is particularly useful to only enable output of high-volume diagnostics for a short period of time.

    Examples

    The following examples make use of the debug message browser: