mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56:10 +02:00
Debugger, GDBMI: fix stacklist, display unit, if available. Issue #0038708
git-svn-id: trunk@64983 -
This commit is contained in:
parent
0023eaced0
commit
f9c4dc1d8f
@ -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 := '';
|
||||
|
Loading…
Reference in New Issue
Block a user