- Mar 22, 2012
-
-
Aurindam Jana authored
Set a parent when creating QtMessageLogItem. Change-Id: I8faf76059dcc517794a4eb3d202bc14cd1632ca8 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Mar 21, 2012
-
-
Aurindam Jana authored
Incase of global object, query the children only when needed as the response takes a lot of time. Remove cached requests when switching stack frames so that stale responses are not parsed. Change-Id: I70887773952ecaa61da21077ffec321fd5fabbb1 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
The data response was incorrectly parsed for watched expressions. This patch fixes the parsing. It also fixes removal and readdition of a watched expression. Change-Id: I1a9e2db3d4963d7fe12ed468ae5466a106011487 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Mar 14, 2012
-
-
Aurindam Jana authored
Make breakpoint non-pending when the breakpoint is accepted by the v8 debugger. Change-Id: Id67ce764ef6be9279d3fcc0f34734e5ac9541425 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Call EXEC instead of SET_PROPERTY for assigning a value in Locals and Expressions. Also check if the id of the object is valid before calling EXPAND. Task-number: QTCREATORBUG-7089 Change-Id: I2769e5345cfb7ecf87e36125821f141821556690 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
- Mar 12, 2012
-
-
Aurindam Jana authored
V8 Debugger does not support changing line numbers of active brekpoints. Remove the existing breakpoint and add a new one. Change-Id: I0e6302d6d911887890d674960cc241f89c4cdc96 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Mar 01, 2012
-
-
Aurindam Jana authored
Fix Run to Line functionality. Regresseion was introduced by fd82e54a Change-Id: Ie2d3eb3d0df7ba73950c4d3c70ab25b9e7f7ab36 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Feb 29, 2012
-
-
Aurindam Jana authored
Walk the AST to find probable "breakable" code positions and relocate breakpoints. Change-Id: I3033bb85b21436face8265661aa8779c63dcf960 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
- Feb 28, 2012
-
-
Aurindam Jana authored
The base service version of QV8DebugService is now 2.0 Support for older versions is not required anymore. Change-Id: I5eb58ea64b1a621c853bdf236abf5412a704cbac Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Use a common stackhandler in the mixed engine instead of individual stackhandlers in qml engine and cpp engine. Change-Id: If363fabb32ae7c6e652452ca2b2fbf8593e684a5 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Feb 21, 2012
-
-
Aurindam Jana authored
Show QML/Javascript objects as a tree when evaluated in the console. Change-Id: I42901bf9bda3f18fb9fb1ca309a8370ccbe37c0a 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>
-
Eike Ziller authored
And adapt the other API respectively. Change-Id: I1e04e555409be09242db6890f9e013396f83aeed Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 15, 2012
-
-
Erik Verbruggen authored
Getting the #include directives ready for Qt5. This includes the new-project wizards. Change-Id: Ia9261f1e8faec06b9285b694d2b7e9a095978d2b Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Jan 26, 2012
-
-
hjk authored
Change-Id: I2b72b34c0cfeafc8bdbaf49b83ff723544f2b6e2 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- Jan 11, 2012
-
-
Aurindam Jana authored
Update Locals when evaluating expression and also when activating a specific stack frame. Change-Id: I40ef12e980e67add98c7cad1ec4cd615bf4763ec Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jan 09, 2012
-
-
Aurindam Jana authored
Remove BreakpointByFunction capability as it is not supported by the v8debugservice. Change-Id: I60e3d0d6f5669f83fa621cd99f25512cad3dbb96 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: I153c30310ac318d2de8b9a96c6d1e7f80439d306 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Set the function name in the break parameters when the breakpoint is hit. Change-Id: I40d13f273808f7ea44a7fd8c41284ee7f476d286 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Jan 07, 2012
-
-
Aurindam Jana authored
Handle the case where debug break is due to interrupt and not due to hitting a breakpoint. Change-Id: I080ef779558432f9285fb94aaed548ecf476fb91 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Dec 21, 2011
-
-
Friedemann Kleint authored
Change-Id: Id6f437c54504f6730c8726264f460b8f1631899d Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
QtDeclarative generates anonymous wrapper functions for QML bindings and slots, e.g. onPressed(): { i++ } becomes (function (onPressed) { i++ } ) v8 will by default break when the anonymous function is called, not when the actual code is executed. If we now hit this outer function we'll relocate the breakpoint to column = 1, and continue. Change-Id: Ieea4f4ea4fbf21d7245a6243fc36d141948ef2ce Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- Dec 20, 2011
-
-
Kai Koehne authored
Request the sources actually seen by v8, and show them in a separate file (click on the leftmost column). Automatically populating 'Source Files' and also making the functionality available for mixed debugging requires some more thought ... Change-Id: Id8f55eed9c842b545434a6c608fb34d370a8f8bb Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Yuchen Deng authored
Change-Id: If6678115cb2730d61ee9d0e64a81aeffad183f82 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Dec 19, 2011
-
-
Aurindam Jana authored
Expand watched expressions. Change-Id: Ic4e5860931f3a7c6a33f37697585f43d7c2664a0 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Dec 16, 2011
-
-
Aurindam Jana authored
Change-Id: I78825294251b364b471b37479f3ae57893e4f903 Reviewed-by:
Christiaan Janssen <christiaan.janssen@nokia.com>
-
Aurindam Jana authored
Change-Id: Ie51db80902a3dbc1fcfe352eb770965555551dba Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Check if the current stack frame is usable before sending eval request to v8. Change-Id: Ief687516b1b4a323c2b602f1b54d83ff7661bed4 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
V8DebugService uses a different protocol. This fix now uses the new protocol. It also optimizes the number of debug requests made to retrieve debug information. Change-Id: I40d7b1d4ab0535831c6a19cadd9b48763934c1de Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Dec 07, 2011
-
-
Kai Koehne authored
Change-Id: Icd65cde2bcb09eaa35cf67399e60e9d9f4484105 Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
Yuchen Deng authored
warning: C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss. Change-Id: I33ff1b1295df234da9cf42efc5d3745c316f6528 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Nov 08, 2011
-
-
Aurindam Jana authored
V8 engine may return an anonymous event for Evaluation of an expression instead of a response, if the expression has syntax error. This fix handles this particular case. Change-Id: Ic89252b04eb4d6f7e6b0b2e03067f031f1f446ed Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Nov 07, 2011
-
-
Aurindam Jana authored
Show errors in evaluating watched expressions in the watch window and not in the console. Change-Id: I4792d54268bcdef085aa4dab091c5f27a4a01c02 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Do not send duplicate and redundant requests. Use a queue to ensure processing of one request at a time during a debug break Change-Id: I086ef3b578922fb247f9d35f9759855227e63eaa Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Nov 03, 2011
-
-
hjk authored
Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Nov 01, 2011
-
-
Aurindam Jana authored
Show "this" data in the locals window. If handle is not present in ref list then fetch Local data asynchronously. Insert the data when lookup request succeeds. Change-Id: Ie342bcb963b76b8fcdb958979b59fb084fe50e51 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Change-Id: Ic51116741556ba1f36f64c7d1341ba993bdeacc9 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Aurindam Jana authored
Show locals that are visible in current scope. Change-Id: I3f661052485b0ed14b1f1a674d3421188cd495f9 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Oct 31, 2011
-
-
Aurindam Jana authored
Change-Id: I86bc33a224dd765ec5c27871f7ae7f3208ed615b Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
- Oct 28, 2011
-
-
Aurindam Jana authored
Change-Id: I30a38150930657109dba2a037de34a33ca4ebf1c Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-