Olivier Goffart
|
06afc4f85c
|
Qml JS Debugger: If the exact line number is not known, fallback to the function line number
|
2010-07-28 12:55:12 +02:00 |
|
Olivier Goffart
|
91b6d329fe
|
QML JS Debugger: Break when there is an uncaught exception
|
2010-07-23 18:42:59 +02:00 |
|
Olivier Goffart
|
e31e0de9ad
|
QML JS Debugger: use RIIA for initializeing an evaluation context
|
2010-07-23 12:14:24 +02:00 |
|
Olivier Goffart
|
70f3f5d029
|
QML JS Debugger: Asynchronous call to watchHandler()->endCycle()
All the expended item need to be retreived before we can call endCycle
|
2010-07-23 11:48:47 +02:00 |
|
Olivier Goffart
|
5ed80a365b
|
QML JS Debugger: add 'this' in the locals
|
2010-07-23 11:07:45 +02:00 |
|
Olivier Goffart
|
3a88a829c3
|
QML JS Debugger: Ability to edit properties from the debugger
|
2010-07-22 19:10:26 +02:00 |
|
Olivier Goffart
|
f5249f0627
|
QML JS Debugger: Hides signals/slot/method
Skip all signals and slot, there is too many of them,
and it is not usefull in the debugger.
|
2010-07-22 19:10:26 +02:00 |
|
Olivier Goffart
|
2f42544780
|
QML JS Debugger: Better support of QObject
|
2010-07-22 16:27:12 +02:00 |
|
Olivier Goffart
|
d554aa86b7
|
QML JS Debugger: clicking on the stackstrace shows the locals of this context
|
2010-07-22 15:23:36 +02:00 |
|
Olivier Goffart
|
050905157c
|
QML JS Debugger: Be able to expand objects
|
2010-07-22 15:23:36 +02:00 |
|
Olivier Goffart
|
bfa609e336
|
QML JS Debugger: Better way to stream watch data
QVariant does not work as they can contain custom type that corrypt the stream
|
2010-07-22 13:18:04 +02:00 |
|
Olivier Goffart
|
0931948c01
|
QML JS debugging: premilary support of locals
Unfortunatelly, streaming QVariant is not a really good idea, as streaming
a custom type would fail
|
2010-07-16 12:02:47 +02:00 |
|
Lasse Holmstedt
|
d0dafc8984
|
rename dir qmlviewer -> qmlobserver
|
2010-07-14 15:31:24 +02:00 |
|