Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
ba412ee505cc357d32bcee26e3562329b727807b
Description
The QmlInspector provides a javascript console. By now, it's only enabled on inferior stop (by hitting a breakpoint or user stop), due basically to issues with scope. Desired goal is to have it working even "offline" (i.e. without even a debugger process running), so that the user is able to quickly test basic javascript expressions while developing an application. One more nice feature would be autocompletion.