mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
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:
parent
b895113147
commit
f8953fc379
2 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue