|
@@ -1789,7 +1789,7 @@ begin
|
|
cmDebuggerStopped :
|
|
cmDebuggerStopped :
|
|
begin
|
|
begin
|
|
if Assigned(DebuggerValue) and
|
|
if Assigned(DebuggerValue) and
|
|
- (DebuggerValue^.GDBI<>Event.InfoLong) then
|
|
|
|
|
|
+ (DebuggerValue^.GDBI<>PtrInt(Event.InfoPtr)) then
|
|
begin
|
|
begin
|
|
If Assigned(ST^.Text) then
|
|
If Assigned(ST^.Text) then
|
|
DisposeStr(ST^.Text);
|
|
DisposeStr(ST^.Text);
|