mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 15:39:49 +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);
|
||||
if e=0 then ;
|
||||
func := AFrameInfo.Values['func'];
|
||||
filename := AFrameInfo.Values['file'];
|
||||
filename := ConvertPathDelims(AFrameInfo.Values['file']);
|
||||
line := AFrameInfo.Values['line'];
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user