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

git-svn-id: trunk@64983 -
This commit is contained in:
martin 2021-04-13 13:19:08 +00:00
parent 0023eaced0
commit f9c4dc1d8f

View File

@ -7941,7 +7941,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 := '';