forked from qt-creator/qt-creator
debugger: extend semi-automanated tests to one level of expansion
Change-Id: I9063f4eecfe4c42926771cc46539932b4e353b8d Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -107,6 +107,8 @@ void GdbEngine::updateLocalsPython(const UpdateParameters ¶ms)
|
||||
options += "partial,";
|
||||
if (params.tooltipOnly)
|
||||
options += "tooltiponly,";
|
||||
if (isAutoTestRunning())
|
||||
options += "autotest,";
|
||||
options.chop(1);
|
||||
|
||||
QByteArray resultVar;
|
||||
|
||||
Reference in New Issue
Block a user