mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:39:25 +02:00
Merged revision(s) 65479 #f28b3ae2c7 from trunk:
GdbMiDebugger: fixed reporting OutputDebugString messages ........ git-svn-id: branches/fixes_2_2@65480 -
This commit is contained in:
parent
3864f9f3b6
commit
bb3d0508e6
@ -3179,7 +3179,7 @@ var
|
|||||||
i := 1;
|
i := 1;
|
||||||
if (Line[1] = '&') and (Line[2] = '"') then
|
if (Line[1] = '&') and (Line[2] = '"') then
|
||||||
i := 3;
|
i := 3;
|
||||||
if LazStartsText(LogWarning, Line) then
|
if LowerCase(Copy(Line, i, Length(LogWarning))) = LogWarning then
|
||||||
AInLogWarning := True;
|
AInLogWarning := True;
|
||||||
//Delete(Line, 1, Length(LogWarning));
|
//Delete(Line, 1, Length(LogWarning));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user