summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-11-09 19:23:06 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-11-09 19:23:06 +0100
commit57e171121a60a5fbfe72d2ff679b009f4456d0df (patch)
tree7b3540bc072f0e9fd84ed4f31fdeba479b783f6d
parent6622731ec3c64f875e0931c2ef885b14c00ac702 (diff)
[docs] debug qml
-rw-r--r--docs/hacking-qml.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/hacking-qml.rst b/docs/hacking-qml.rst
index 7e793ba..07efff7 100644
--- a/docs/hacking-qml.rst
+++ b/docs/hacking-qml.rst
@@ -4,3 +4,9 @@ QML best practices
* lint your qml files::
make qmllint
+
+Debugging
+---------
+In windows you need to add some flags to obtain QML debug:
+
+ QT_FORCE_STDERR_LOGGING=1 QT_LOGGING_DEBUG=1 ./riseup-vpn.exe