aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qv4debugclient_p.h
Commit message (Collapse)AuthorAgeFilesLines
* QmlDebug: Add V4 debug client from tst_qqmldebugjs.cppUlf Hermann2018-10-231-0/+121
This is useful for implementing additional V4 debug clients. Along the way, we also drop the dependency on QML by using the JSON API from QtCore for JSON manipulation. Task-number: QTBUG-66504 Change-Id: Ib51e8e97b030a49fe8185ad5354d1cca63efef4a Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>