Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Default breakpoint group

As far as I can tell, there's no way to tell when a breakpoint is "created," only "added to the manager" which isn't the same thing. All breakpoints are added, for example, at startup.

- Jared

On Mon, 25 Oct 2004 10:43:31 -0500, Darin Wright <Darin_Wright@xxxxxxxxxx> wrote:

We'd have to add API (to the BPManager?) to set/get the default group.
Third parties would have to do the work of actually honoring the setting

for any breakpoints that they create. Unless and until people actually
ask
for this feature, I don't think it's worth imposing this requirement.


Couldn't the breakpoint manager set the breakpoint's group to the default
group whenever a breakpoint is added (and before it notifies listeners of
the breakpoint addition)? Why would the client have to do this?

Darin

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




Back to the top