mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 01:55:56 +02:00
GdbMiDebugger: fixed reporting OutputDebugString messages
git-svn-id: trunk@65479 -
This commit is contained in:
parent
27af6874b9
commit
f28b3ae2c7
@ -3179,7 +3179,7 @@ var
|
||||
i := 1;
|
||||
if (Line[1] = '&') and (Line[2] = '"') then
|
||||
i := 3;
|
||||
if LazStartsText(LogWarning, Line) then
|
||||
if LowerCase(Copy(Line, i, Length(LogWarning))) = LogWarning then
|
||||
AInLogWarning := True;
|
||||
//Delete(Line, 1, Length(LogWarning));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user