mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 20:35:38 +02:00
Compare source target with cdi target.
This commit is contained in:
parent
9d7bbdab3e
commit
4f2e35fcde
1 changed files with 1 additions and 1 deletions
|
@ -623,7 +623,7 @@ public class CDebugTarget extends CDebugElement
|
||||||
public void handleDebugEvent( ICDIEvent event )
|
public void handleDebugEvent( ICDIEvent event )
|
||||||
{
|
{
|
||||||
ICDIObject source = event.getSource();
|
ICDIObject source = event.getSource();
|
||||||
if ( source.getTarget().equals( this ) )
|
if ( source.getTarget().equals( getCDITarget() ) )
|
||||||
{
|
{
|
||||||
if ( event instanceof ICDICreatedEvent )
|
if ( event instanceof ICDICreatedEvent )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue