ide: Fixed issue with gdb frontend (missing current line arrow)

git-svn-id: svn://ultimatepp.org/upp/trunk@11496 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2017-11-26 17:20:03 +00:00
parent b895113147
commit f8953fc379
2 changed files with 1 additions and 1 deletions

View file

@ -187,6 +187,7 @@ void Gdb::CheckEnd(const char *s)
String Gdb::Cmdp(const char *cmdline, bool fr)
{
expression_cache.Clear();
IdeHidePtr();
String s = Cmd(cmdline);
if(ParsePos(s, file, line, addr)) {
IdeSetDebugPos(GetLocalPath(file), line - 1, fr ? DbgImg::FrameLinePtr()