mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-20 19:30:45 +01: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="??"
|
func="??"
|
||||||
*)
|
*)
|
||||||
|
|
||||||
j := pos('$', func);
|
j := 0;
|
||||||
|
if (filename = '') and (fullname = '') then
|
||||||
|
j := pos('$', func);
|
||||||
if j > 1 then begin
|
if j > 1 then begin
|
||||||
un := '';
|
un := '';
|
||||||
cl := '';
|
cl := '';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user