Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 377847

Summary: [debug context] NPE when adding a debug context provider with IDebugContextProvider.getPart() == null.
Product: [Eclipse Project] Platform Reporter: Pawel Piech <pawel.1.piech>
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.8   
Target Milestone: 3.8 M7   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Pawel Piech CLA 2012-04-27 01:06:00 EDT
The debug context API allows adding a debug context provider without an associated view.  This provider then becomes a default provider when no view with debug context provider is active.  

The support for this kind of provider got broken when we added support for multiple instances of variables views.