Moving from QScriptEngine to QJSEngine
-
I'm looking to move to Qt6 which no longer offers the great QScriptEngine only this new and seemingly function reduced QJSEngine
So here are my questions:- are there any good advanced examples how to use JSEngine? I'm not interested in any QML stuff only the JS engine
- how to debug the code running in it,ideally without any IDE like in QScriptEngine with a small built in debugger in the app itself