mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for PR 45818 doesn't solve the problem. Fall back to the previous version.
This commit is contained in:
parent
1416fa73c3
commit
a94e86846a
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2003-10-30 Mikhail Khodjaiants
|
||||||
|
Fix for PR 45818 doesn't solve the problem. Fall back to the previous version.
|
||||||
|
* CDebugElement.java
|
||||||
|
|
||||||
2003-10-30 Mikhail Khodjaiants
|
2003-10-30 Mikhail Khodjaiants
|
||||||
Fix for PR 45818: NPE when closing the workbench.
|
Fix for PR 45818: NPE when closing the workbench.
|
||||||
* CDebugElement.java
|
* CDebugElement.java
|
||||||
|
|
|
@ -122,8 +122,7 @@ public class CDebugElement extends PlatformObject
|
||||||
*/
|
*/
|
||||||
protected void fireEvent(DebugEvent event)
|
protected void fireEvent(DebugEvent event)
|
||||||
{
|
{
|
||||||
if ( DebugPlugin.getDefault() != null ) // Quick fix for PR 45818. Revise later.
|
DebugPlugin.getDefault().fireDebugEventSet( new DebugEvent[] { event } );
|
||||||
DebugPlugin.getDefault().fireDebugEventSet( new DebugEvent[] { event } );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue