forked from qt-creator/qt-creator
debuggger: allow change of display for templated types
This commit is contained in:
@@ -3913,7 +3913,7 @@ void GdbEngine::insertData(const WatchData &data0)
|
||||
void GdbEngine::assignValueInDebugger(const WatchData *data,
|
||||
const QString &expression, const QVariant &value)
|
||||
{
|
||||
if (hasPython()) {
|
||||
if (hasPython() && !isIntOrFloatType(data->type)) {
|
||||
QByteArray cmd = "bbedit "
|
||||
+ data->type.toHex() + ','
|
||||
+ expression.toUtf8().toHex() + ','
|
||||
|
||||
Reference in New Issue
Block a user