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:
martin 2021-07-20 22:49:08 +00:00
parent 3864f9f3b6
commit bb3d0508e6

View File

@ -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));