- Feb 23, 2012
-
-
Aurindam Jana authored
Change-Id: I6d2091fff62eb0dabceda4da4eb49d2f63f99484 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Feb 20, 2012
-
-
Aurindam Jana authored
Move QML/JS independent classes to common Debugger code. A Debugger Engine needs to override evaluateScriptExpression() to provide engine specific script evaluation. Change-Id: I02b23b380a3eb1b12003b30ded0b7d075e44dfed Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 31, 2012
-
-
Kai Koehne authored
Just emit the requestRemoteSetup on your own in QmlCppEngine. Also properly check the related state transitions in DebuggerEngine. Change-Id: I15dc4236303911126de7eee63ed996bdd8e5c5a8 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 19, 2012
-
-
Kai Koehne authored
Change-Id: Iaa45ff106f5f71a2c7f4729c64c281921b855f80 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Jan 18, 2012
-
-
hjk authored
Change-Id: I815f0bf91e8ca58c9e472f81a234834dc341f29d Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jan 17, 2012
-
-
Kai Koehne authored
Remember which engines called requestRemoteSetup. Change-Id: I75d11a21f0ebcbce1bba0aa4f653d1cc35b43483 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Jan 16, 2012
-
-
hjk authored
This does not yet use the potential. Change-Id: I087311fb7d59b46e49f65a84c4420c72a1227ebb Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Oct 13, 2011
-
-
Kai Koehne authored
resetLocation() called by DebuggerPlugin::handle* should automatically reset the locations for stepping etc. Change-Id: I3e20f93ade7f40e1e1f33b1b48b11522b59771f8 Task-number: QTCREATORBUG-6291 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Sep 22, 2011
-
-
Aurindam Jana authored
Change-Id: Ibb0f03c77a84ee8682d44944e8a24fac54cb60fe Reviewed-on: http://codereview.qt-project.org/5329 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Sep 19, 2011
-
-
hjk authored
Change-Id: I536bdb4d4f0c10fa858560f3c160fc0fff8da9b2 Reviewed-on: http://codereview.qt-project.org/5116 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Aug 04, 2011
-
-
Friedemann Kleint authored
Change-Id: If09efd21dc44e356eb575bb6170356fdbd409b39 Reviewed-on: http://codereview.qt.nokia.com/2625 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
If one hits a C++ breakpoint before the QmlEngine is properly set up the debugging actions are all disabled. Patch 58faedc4 tried to fix this by automatically executing continue in these cases, but this let to errors on Mac OS X. Instead just delay the setting of C++ breakpoints. Task-number: QTCREATORBUG-5681 Change-Id: I149dea9b453ed7abd33a1a93b5b546d7c6cda8fd Reviewed-on: http://codereview.qt.nokia.com/2568 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Jul 12, 2011
-
-
Christiaan Janssen authored
Change-Id: I461488812976284e9f3af1bcea8399f504e150e4 Reviewed-on: http://codereview.qt.nokia.com/1524 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
- Jun 27, 2011
-
-
hjk authored
Change-Id: I21d10cf42eb039c74475e106537b6e107d155196 Reviewed-on: http://codereview.qt.nokia.com/745 Reviewed-by:
hjk <qthjk@ovi.com>
-
- May 06, 2011
-
-
Tobias Hunger authored
Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
-
- Apr 13, 2011
-
-
hjk authored
-
- Mar 24, 2011
-
-
Christiaan Janssen authored
Reviewed-by: hjk
-
- Feb 24, 2011
-
-
Friedemann Kleint authored
Add combo box listing toolchains with debuggers to start external, attach and core. Another attempt at streamlining engine detection: Split in detection functions that first collect a list of available engines by preference, then remove disabled and wrongly configured engines and use the remaining best. matching. checkconfiguration is now the central place where engine detection and config check takes place. Rubber-stamped-by: hjk
-
- Feb 23, 2011
-
-
Kai Koehne authored
Setting up the debugger connection might fail for a couple of reasons. Check the application output to show the user a more detailed error message. Reviewed-by: hjk
-
hjk authored
-
- Feb 18, 2011
-
-
Tobias Hunger authored
-
- Feb 17, 2011
-
-
Friedemann Kleint authored
Move tooltip-request handling from DebuggerPlugin into DebuggerToolTipManager. Request tooltip only if position changed and close standard tooltip on success.
-
- Feb 11, 2011
-
-
Friedemann Kleint authored
Replace old debugger tooltip by a new ToolTipManager which has a list of AbstractDebuggerToolTipWidget with the functionality to 'acquire' an engine (display its data) and 'release' it (store engine data and display them as 'previous') and serialization to XML session data. DebuggerTreeViewToolTipWidget implements AbstractDebuggerToolTipWidget for tree model acting as a filter on watch models. Rubber-stamped-by: hjk
-
- Feb 02, 2011
-
-
Christiaan Janssen authored
reviewed-by: hjk
-
- Jan 19, 2011
-
-
hjk authored
-
- Jan 14, 2011
- Jan 12, 2011
-
-
hjk authored
-
- Dec 14, 2010
-
-
hjk authored
-
- Dec 10, 2010
-
-
hjk authored
Use virtual function instead of if/qobject_cast cascades.
-
- Dec 03, 2010
-
-
hjk authored
-
- Nov 26, 2010
-
-
hjk authored
-
- Nov 22, 2010
-
-
hjk authored
-
- Nov 16, 2010
-
-
Christiaan Janssen authored
-
- Nov 15, 2010
-
-
Tobias Hunger authored
-