Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Breakpoint collopse issue

Thanks Darin. I am sure that JDT breakpoint works using the default provider, I have verified it before the bp patch is submitted. Now that I am working on my own debugger that sits ontop of DSF, and grouping doesn't seems to work the way as I have expected. 

I am looking for hints where I should set breakpoint in the platform flexible viewer to debug this issue, my initial guess is that there is a caching mechanism in DSF that provides incorrect child counts due to multiple delta sent.

Regards,
Patrick

-----Original Message-----
From: platform-debug-dev-bounces@xxxxxxxxxxx [mailto:platform-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Darin Wright
Sent: Tuesday, September 28, 2010 9:35 AM
To: Eclipse Platform Debug component developers list.
Subject: Re: [platform-debug-dev] Breakpoint collopse issue

> 
> Hi Darin, Pawel,
> 
> I hope you guys can help me out with an issue that I am facing 
> regarding breakpoint that is grouped.
> 
> When I enable a breakpoint that is grouped, the group is collapsed. 
> I am not sure where I should be starting looking into this issue. 
> Here are the deltas that were generated; all three deltas were 
> generated one after another due to breakpoint attribute changes from
> the breakpoint enablement:
> 
> RECEIVED DELTA: Model Delta Start
>       Element: 
> 
org.eclipse.cdt.dsf.debug.ui.viewmodel.breakpoints.BreakpointVMInput@a89a7c44
>             Flags: CONTENT | 
>             Index: 0 Child Count: -1
> Model Delta End
> 
> RECEIVED DELTA: Model Delta Start
>       Element: 
> 
org.eclipse.cdt.dsf.debug.ui.viewmodel.breakpoints.BreakpointVMInput@a89a7c44
>             Flags: CONTENT | 
>             Index: 0 Child Count: -1
> Model Delta End
> 
> RECEIVED DELTA: Model Delta Start
>       Element: 
> 
org.eclipse.cdt.dsf.debug.ui.viewmodel.breakpoints.BreakpointVMInput@a89a7c44
>             Flags: CONTENT | 
>             Index: 0 Child Count: -1
> Model Delta End
> 
> 
> Thanks in advance.


Things appear to work properly with Java breakpoints - toggling breakpoint 
enablement leaves the groups expanded.

Darin

_______________________________________________
platform-debug-dev mailing list
platform-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-debug-dev


Back to the top