From 0990fbb208eac5040816ef783f47792070851aac Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 7 Jul 2016 17:02:39 +1000 Subject: [PATCH] document chrome debugging --- README.addons | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.addons b/README.addons index dcf214290..fb3a94b78 100644 --- a/README.addons +++ b/README.addons @@ -45,7 +45,10 @@ Anki's webviews are now using WebEngine. Of note: modified to use this. - Javascript is evaluated asynchronously, so if you need the result of a JS expression you can use ankiwebview's evalWithCallback(). - +- You can now debug the webviews using an external Chrome instance, by setting + the env var QTWEBENGINE_REMOTE_DEBUGGING to 8080 prior to starting Anki, + then surfing to localhost:8080 in Chrome. If you run into issues, try + connecting with Chrome 49. Sharing updated add-ons ------------------------