Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [mylyn-dev] Breakpoints

Hi Yandu,

That's great to hear.  We have two different requests for this
functionality:

155333: Include breakpoints from the current context into the context data
https://bugs.eclipse.org/bugs/show_bug.cgi?id=155333

132092: provide focus for the Breakpoints view
https://bugs.eclipse.org/bugs/show_bug.cgi?id=132092

Note that the latter has 6 votes, so it is quite popular.  If you could read
over both of those bugs, and the comment on one of them with how you would
like to use this functionality, then we can brainstorm the best approach to
providing it.  The key decision to make will be determining what makes a
breakpoint interesting in a particular task context, because there are two
different approaches:

1) Indirect: a breakpoint is interesting if the resource that is associated
with is interesting.  This is analogous to how Problems (e.g. errors,
warnings) are determined to be interesting.

2) Direct: a breakpoint is interesting if it has been interacted with when
working on the task (e.g. set, enabled).

Mik

> -----Original Message-----
> From: mylyn-dev-bounces@xxxxxxxxxxx [mailto:mylyn-dev-
> bounces@xxxxxxxxxxx] On Behalf Of Yandu
> Sent: Thursday, September 20, 2007 8:30 AM
> To: mylyn-dev@xxxxxxxxxxx
> Subject: [mylyn-dev] Breakpoints
> 
> Hi,
> 
> I'm looking at the Mylyn framework and it seems to be exactly what
> I've been looking for. Is there functionality to associate breakpoints
> with tasks? If not I'd like to look into adding this functionality.
> 
> Yandu
> _______________________________________________
> mylyn-dev mailing list
> mylyn-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/mylyn-dev



Back to the top