diff --git a/uppsrc/ide/Debuggers/Gdb_MI2.cpp b/uppsrc/ide/Debuggers/Gdb_MI2.cpp index 3cab87e09..cacf1ce0c 100644 --- a/uppsrc/ide/Debuggers/Gdb_MI2.cpp +++ b/uppsrc/ide/Debuggers/Gdb_MI2.cpp @@ -880,7 +880,7 @@ String Gdb_MI2::FormatFrame(MIValue &fInfo, MIValue &fArgs) } else if(arg.IsString()) // quick fix.... - argLine << "=" << arg.ToString().Mid(1); + argLine << arg.ToString(); argLine << ','; } if(!argLine.IsEmpty())