Ide/Debuggers/Gdb_MI2 : removed tooltips by now -- caused too much lag

git-svn-id: svn://ultimatepp.org/upp/trunk@6883 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
micio 2014-02-07 16:39:53 +00:00
parent 3d50d891f2
commit fe1170753c

View file

@ -196,6 +196,8 @@ bool Gdb_MI2::IsFinished()
bool Gdb_MI2::Tip(const String& exp, CodeEditor::MouseTip& mt)
{
return false;
static String prevExp = "";
static String prevVal = "";
String val;