mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:39:13 +02:00
debugger: fix path delimiters for the call stack
git-svn-id: trunk@18940 -
This commit is contained in:
parent
f03e6fc7c2
commit
632c906b7a
@ -3428,7 +3428,7 @@ begin
|
|||||||
Val(AFrameInfo.Values['addr'], addr, e);
|
Val(AFrameInfo.Values['addr'], addr, e);
|
||||||
if e=0 then ;
|
if e=0 then ;
|
||||||
func := AFrameInfo.Values['func'];
|
func := AFrameInfo.Values['func'];
|
||||||
filename := AFrameInfo.Values['file'];
|
filename := ConvertPathDelims(AFrameInfo.Values['file']);
|
||||||
line := AFrameInfo.Values['line'];
|
line := AFrameInfo.Values['line'];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user