Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] Plans for IDebugContextProvider API?

Hi,

Using the IDebugContextProvider concept introduced in Eclipse 3.2 you can use the Memory View and other context-sensitive debug related views without having a running source code debug session. IMHO, that's a very good thing. However, IDebugContextProvider and its mate IDebugContextListener are located in the org.eclipse.debug.internal.ui.contexts.provisional package and DebugContextManager (from where you actually add your IDebugContextProvider implementation) in the org.eclipse.debug.internal.ui.contexts package.

Is it the intention to make these three classes/interfaces public in Eclipse 3.3 so that the IDebugContextProvider concept can be fully used?

Kind regards,
Stefan




Back to the top