hjk
fb837b5230
debugger: s/*ViewAgent/*Agent/ to reduce noise and match file names
2010-12-14 13:10:07 +01:00
hjk
77e3bfe845
debugger: structural cleanup remote debugging
...
Use virtual function instead of if/qobject_cast cascades.
2010-12-10 12:42:40 +01:00
hjk
2c46a935df
debugger: make more bits private
2010-12-03 16:18:50 +01:00
hjk
227c75ea5d
debugger: compile fix
2010-12-03 12:20:31 +01:00
hjk
d9210302ce
debugger: mover qml related engines to the Internal namespace
2010-12-03 12:07:32 +01:00
hjk
ee24d69f0f
debugger: compile fix
2010-12-02 19:36:46 +01:00
hjk
a77353b414
debugger: move DebuggerMainWindow to debuggermainwindow.{h,cpp}
2010-12-02 17:43:14 +01:00
Arvid Ephraim Picciani
b84ce82e07
debugger: Engine decides now if a StackFrame is considered usable
2010-12-01 15:57:13 +01:00
Christiaan Janssen
4b7d826daa
QmlEngine: handling breakpoint insertions/removals
...
Reviewed-by: hjk
2010-11-30 11:35:56 +01:00
hjk
80f640fbb3
debugger: mark breakpoints as 'insertion proceeding' in qml debugger
2010-11-30 10:03:20 +01:00
Friedemann Kleint
a4d7fb2f06
Debugger: Fix compilation, centralize breakpoint type detection.
...
Reviewed-by: hjk
2010-11-26 13:06:03 +01:00
hjk
8baa54e701
debugger: code cosmetics
2010-11-26 11:27:44 +01:00
hjk
75ee5bce8c
debugger: make DebuggerEngine::acceptsBreakpoint(id) pure
2010-11-26 11:27:43 +01:00
con
61ebb308e6
Merge commit 'bd8b23d4bad4191367e7c5eb3297769a2477afec' (origin/2.1)
...
Conflicts:
src/plugins/debugger/qml/qmlengine.cpp
2010-11-25 17:36:50 +01:00
Kai Koehne
ea0dd4ad23
JsDebugger: Open original file if breakpoint is hit
...
Hotfix for Qt Quick Applications: Try to open the original file
by stripping "X.app/Contents/Resources" from the path.
Reviewed-by: Christiaan Janssen
2010-11-25 09:43:23 +01:00
Christiaan Janssen
6f334c9b52
QmlDebugger: fixing Qml breakpoints not working on OSX
...
Reviewed-by: Kai Koehne
2010-11-24 16:28:25 +01:00
Christiaan Janssen
a35170a854
QmlDebugger: Assigning Qml breakpoints to the Qml Engine
...
Reviewed-by: hjk
2010-11-23 16:12:58 +01:00
hjk
585bb50d89
debugger: move qml engine private classes to internal namespace
2010-11-22 14:13:23 +01:00
Oswald Buddenhagen
1e362b0f8b
overhaul process argument handling
...
get away from argument stringlists. instead, use native shell command
lines which support quoting/splitting, environment variable expansion
and redirections with well-understood semantics.
Task-number: QTCREATORBUG-542
Task-number: QTCREATORBUG-1564
2010-11-17 13:19:07 +01:00
hjk
fd8bf48b2b
debugger: start tightening the breakpoint state machinery
2010-11-16 17:09:55 +01:00
Christiaan Janssen
d992b223f6
QmlDebugger: Fixing QmlCppEngine for failed setup due to timed out connection
2010-11-16 16:23:50 +01:00
Tobias Hunger
e85bfa7073
Windows: Fix some warnings
2010-11-15 17:51:54 +01:00
Christiaan Janssen
4790548216
QmlDebugger: Refactored QmlEngine and QmlCppEngine
...
Reviewed by: hjk
2010-11-15 17:18:00 +01:00
Friedemann Kleint
9fc5970bdb
Debugger: Introduce BreakpointParameters as base struct.
...
For Breakpoint data manipulation.
Reviewed-by: hjk
2010-11-15 17:04:29 +01:00
hjk
8ae541b36f
debugger: Refactor breakpoint handling.
...
The breakpoints are now (fairly) tightly guarded by the BreakpointHandler.
Engines and Views are only supposed to refer to them by id. They also have
individual states now. The breakpoint data is split into a "user requested"
"fixed" part in BreakpointData and the engines' acknowledged data in a new
struct BreakpointResponse.
TODO: Move m_state and m_engine members to BreakpointResponse. Fix regressions
in the marker handling.
2010-11-15 12:09:25 +01:00
hjk
2161e0f6d9
debugger: refactoring of the plugin interface
...
There's some 'external' and some 'internal' part now. Other plugins
are only supposed the external interface.
2010-11-10 12:08:23 +01:00
hjk
98ea2b8b4c
debugger: kill command handler & company
2010-11-08 15:19:41 +01:00
Arvid Ephraim Picciani
6780cb88e3
Add stream operators for debugger transport types
...
Reviewed-by: hjk
2010-11-08 14:44:33 +01:00
hjk
8e62715130
debugger: move logical ownership of breakhandler from engines to plugin
2010-11-04 09:55:05 +01:00
Tobias Hunger
cf3a418cd8
Fix spelling in comments
...
Krazy was complaining about those.
2010-11-03 12:45:34 +01:00
Christian Kandeler
548df9385b
Maemo: Use dynamic port list.
...
Check whether the ports we need are actually available on the device.
As a side effect, this makes it possible to debug more than one
application at the same time on Maemo.
Task-number: QTCREATORBUG-2702
2010-11-02 14:27:18 +01:00
hjk
0afb34d5eb
debugger: refactor breakpoint type, add function name to resolved jsbreakpoints
2010-10-29 14:31:16 +02:00
Arvid Ephraim Picciani
2a569ce073
Clean up BreakPoint
...
Reviewed-by: Friedemann Kleint
Reviewed-by: hjk
2010-10-29 11:29:37 +02:00
hjk
f51301585e
jsdebugger: use a real structure for a stack frame in the debuggeragent
2010-10-27 17:38:00 +02:00
hjk
63ca71c2c7
jsdebugger: use QByteArray for data transfer
...
Easier to debug, less data to transfer.
2010-10-27 17:38:00 +02:00
hjk
8a7287c8c4
debugger: show stack frame level in js debugger
2010-10-27 16:07:36 +02:00
hjk
6a7cbac057
debugger: code cosmetics
2010-10-27 15:23:30 +02:00
hjk
7e1d46310e
debugger: renaming, part II
2010-10-27 15:05:37 +02:00
Oswald Buddenhagen
35bb61590d
Merge remote branch 'origin/2.1'
...
Conflicts:
doc/qtcreator.qdoc
share/qtcreator/templates/mobileapp/app.pro
2010-10-25 11:27:30 +02:00
Christiaan Janssen
3938cd671b
DebuggerEngine: fixed race condition at qml engine startup
...
Reviewed by: hjk
2010-10-20 13:45:04 +02:00
Kai Koehne
ef350d529c
QmlJSDebugger: Show filename/line number also for enabled breakpoints
...
Hitting a breakpoint automatically acknowledges it, and from then on
bpFileName, bpLineNumber are used in the Breakpoints pane instead of
fileName, lineNumber.
Task-number: QTCREATORBUG-2759
Reviewed-by: Christiaan Janssen
2010-10-19 20:02:25 +02:00
Arvid Ephraim Picciani
4d14920ad6
clean up WatchData
...
Reviewed-by: hjk
2010-10-15 15:19:11 +02:00
Christiaan Janssen
6be0a8b338
QmlCppDebugger: failing gracefully when cdb engine cannot be initialized
...
Reviewed by: Friedemann Kleint
2010-10-06 17:18:31 +02:00
Friedemann Kleint
58865c35b0
Debugger[CDB]: Handle 'enabled' configuration setting.
...
Pass on error message when engine creation fails.
Reviewed-by: hjk
Task-number: QTCREATORBUG-2608
2010-10-05 14:30:26 +02:00
Christiaan Janssen
24912c3f2e
QmlObserver: breakpoint list is shared between engines
...
Reviewed by: Kai Koehne, Andre Poenitz
2010-10-05 11:01:14 +02:00
Friedemann Kleint
520c936a45
L10n: tr()-Fixes
2010-10-05 09:44:33 +02:00
Kai Koehne
325af72012
QmlProject: Always use qmlobserver for debugging projects
...
Also only warn about missing qmlobserver when actually trying to
debug a .qmlproject.
Reviewed-by: Christiaan Janssen
2010-10-04 16:59:58 +02:00
Kai Koehne
abfb22a68e
QmlDebugger: Make JS breakpoints not pending when they're hit
...
Task-number: QTCREATORBUG-2590
Reviewed-by: Christiaan Janssen
2010-10-04 14:26:03 +02:00
Kai Koehne
83e2a37850
QmlObserver: Disable UI when no server plugin exists
...
Reviewed-by: Christiaan Janssen
2010-10-01 17:34:01 +02:00
Kai Koehne
a03e75726a
QmlDebugger: Buffer messages in QmlAdapter until client is ready
...
Don't 'loose' messages at startup because the client is not enabled
yet / sendMessage will silently fail.
Reviewed-by: Christiaan Janssen
2010-10-01 13:43:42 +02:00