mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Support for debugger console.
This commit is contained in:
parent
97fc7f02f3
commit
d3f650c9c6
1 changed files with 2 additions and 1 deletions
|
@ -826,6 +826,8 @@ public class CDebugTarget extends CDebugElement
|
|||
}
|
||||
if ( adapter.equals( ICMemoryManager.class ) )
|
||||
return getMemoryManager();
|
||||
if ( adapter.equals( IDebuggerProcessSupport.class ) )
|
||||
return this;
|
||||
return super.getAdapter( adapter );
|
||||
}
|
||||
|
||||
|
@ -1958,5 +1960,4 @@ public class CDebugTarget extends CDebugElement
|
|||
{
|
||||
return ( fDebuggerProcess != null );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue