GdbMiDebugger: fixed reporting OutputDebugString messages

git-svn-id: trunk@65479 -
This commit is contained in:
martin 2021-07-20 22:47:58 +00:00
parent 27af6874b9
commit f28b3ae2c7

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