1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

Compare source target with cdi target.

This commit is contained in:
Mikhail Khodjaiants 2002-08-13 20:36:14 +00:00
parent 9d7bbdab3e
commit 4f2e35fcde

View file

@ -623,7 +623,7 @@ public class CDebugTarget extends CDebugElement
public void handleDebugEvent( ICDIEvent event )
{
ICDIObject source = event.getSource();
if ( source.getTarget().equals( this ) )
if ( source.getTarget().equals( getCDITarget() ) )
{
if ( event instanceof ICDICreatedEvent )
{