summaryrefslogtreecommitdiff
path: root/src/tools/qml/qmlobserver/jsdebuggeragent.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactored QmlJS Live Preview into a libraryLasse Holmstedt2010-07-291-508/+0
| | | | | | QMLObserver links against the library dynamically. User's apps can also link to it statically, so that the app can be deployed with debugging features to a device, without having to worry about library deployment.
* QML JS Debugger: support the debugger statementOlivier Goffart2010-07-291-2/+16
|
* Qml JS Debugger: If the exact line number is not known, fallback to the ↵Olivier Goffart2010-07-281-1/+4
| | | | function line number
* QML JS Debugger: Break when there is an uncaught exceptionOlivier Goffart2010-07-231-7/+9
|
* QML JS Debugger: use RIIA for initializeing an evaluation contextOlivier Goffart2010-07-231-23/+28
|
* QML JS Debugger: Asynchronous call to watchHandler()->endCycle()Olivier Goffart2010-07-231-0/+7
| | | | All the expended item need to be retreived before we can call endCycle
* QML JS Debugger: add 'this' in the localsOlivier Goffart2010-07-231-12/+20
|
* QML JS Debugger: Ability to edit properties from the debuggerOlivier Goffart2010-07-221-1/+30
|
* QML JS Debugger: Hides signals/slot/methodOlivier Goffart2010-07-221-0/+5
| | | | | Skip all signals and slot, there is too many of them, and it is not usefull in the debugger.
* QML JS Debugger: Better support of QObjectOlivier Goffart2010-07-221-6/+8
|
* QML JS Debugger: clicking on the stackstrace shows the locals of this contextOlivier Goffart2010-07-221-0/+25
|
* QML JS Debugger: Be able to expand objectsOlivier Goffart2010-07-221-10/+46
|
* QML JS Debugger: Better way to stream watch dataOlivier Goffart2010-07-221-6/+82
| | | | QVariant does not work as they can contain custom type that corrypt the stream
* QML JS debugging: premilary support of localsOlivier Goffart2010-07-161-1/+1
| | | | | Unfortunatelly, streaming QVariant is not a really good idea, as streaming a custom type would fail
* rename dir qmlviewer -> qmlobserverLasse Holmstedt2010-07-141-0/+296