mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 15:58:07 +02:00
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:
parent
a616a8078f
commit
4f07cd2ec7
@ -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 := '';
|
||||
|
Loading…
Reference in New Issue
Block a user