From 95e12554151c020e2757d8e9220ecc740a21d2e4 Mon Sep 17 00:00:00 2001 From: micio Date: Sun, 23 Mar 2014 12:23:22 +0000 Subject: [PATCH] Ide/Debuggers/Gdb_MI2 : another fix for frames arguments git-svn-id: svn://ultimatepp.org/upp/trunk@7072 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Debuggers/Gdb_MI2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())