DBG: prevent a range check error

git-svn-id: trunk@28256 -
This commit is contained in:
martin 2010-11-15 21:53:08 +00:00
parent cc86c3c99e
commit 8e1f7a799e

View File

@ -3995,6 +3995,8 @@ begin
Line := ReadLine;
while DebugProcessRunning and (Line <> '(gdb) ') do
begin
if Line <> ''
then
case Line[1] of
'=': begin
case StringCase(GetPart(['='], [','], Line, False, False),