I am currently working on a VS2013 project that uses Qt 5.4. beta. I use QWebEngineView (which is part of Chromium-based QWebEngine), which loads Javascript / HTML pages from a web server.
I would like to know if there are javascript and HTML debugging capabilities for this QWebEngineView (or, more generally, QWebEngine).
I saw some concepts of "devtools" in the webengine source code, maybe this could be a solution.
source share