Mention PLASMA_ENABLE_QML_DEBUG in the Plasmoid testing docs

This variable might be useful and now seems to be supported by
`plasmawindowed`, see
https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/3237.
This commit is contained in:
Martchus 2023-11-26 17:06:06 +01:00
parent 29043b2904
commit eaf8d6d164
1 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,9 @@ It works quite well within a Plasma session when both shells are placed on diffe
edges.
## Enable QML debugging
It is not clear whether the following instructions are still valid for Plasma 6.
It seems that QML debugging can be enabled under Plasma 6 by setting the environment variable
`PLASMA_ENABLE_QML_DEBUG` but this has not been tested yet.
To enable QML debugging, it is required to rebuild `plasmoidviewer` with QML debugging
enabled.