| Re: [platform-debug-dev] About Breakpoints Viewer |
|
Hi Jinzi, Breakpoints view has been updated in 3.6 release to use the flexible hierarchy viewer. The embedded viewer was not ported because it's intended purpose is for import/export dialog and in this way the lazy loading behavior of the virtual viewer would make it more complicated. For this reason, the embedded viewer will not be able to support the different customizations that are possible with the full breakpoints view. As an alternative, have you considered creating a new flexible hierarchy view that uses the Breakpoint view's presentation context ID? An example of doing this for the variables view would be the hover inspector in CDT (org.eclipse.cdt.dsf.ui/ExpressionInformationControlCreator.java), or in JDT but I'm not sure where. Cheers, Pawel On 03/21/2011 01:50 PM, Jinzi Huang wrote:
|