https://bugs.kde.org/show_bug.cgi?id=410087

--- Comment #5 from Friedrich W. H. Kossebau <kosse...@kde.org> ---
(In reply to jman012345 from comment #4)
> Just tried that, still no luck. Is there a way to get debug output from the
> preview plugin? I see what looks like debug text in the source you linked
> but if I launch Kate from a terminal window I don't get any debug output.

You can control the debug level via the qt logging system. In this case the
identifier to use is a (badly unnamespaced) "ktexteditorpreviewplugin".

export QT_LOGGING_RULES="ktexteditorpreviewplugin.debug=true"
should set the respective env var to change the level for that logging
category.
(more background at https://doc.qt.io/qt-5/qloggingcategory.html)

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to