Merged revision(s) 64983 #f9c4dc1d8f from trunk:

Debugger, GDBMI: fix stacklist, display unit, if available. Issue #0038708
........

git-svn-id: branches/fixes_2_0@64984 -
This commit is contained in:
martin 2021-04-13 13:22:17 +00:00
parent a616a8078f
commit 4f07cd2ec7

View File

@ -7068,7 +7068,9 @@ func="_$CODETEMPLATESDLG$_Ld98"
func="??"
*)
j := pos('$', func);
j := 0;
if (filename = '') and (fullname = '') then
j := pos('$', func);
if j > 1 then begin
un := '';
cl := '';