Stack Trace

Overview

The stack trace view is available for all QObject instances and shows the call stack leading to the creation of this object.

The stack trace view shows the function name and source code location for each call, as far as this information is available. You can navigate directly to the corresponding source code using the context menu.

Source locations are usually only available if debug information are found for the corresponding executable or library. Object creation stack traces are only gathered on platforms where this is possible with limited runtime cost, and therefore are not available for all target platforms.

© 2016-2020 Klarälvdalens Datakonsult AB (KDAB). Documentation contributions included herein are the copyrights of their respective owners.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.