Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] catchpoints design

The debugger should try to avoid that as much as possible, but I don't see how that's always doable. What if an Eclipse installation has two CDT debuggers in it. One supports catchpoints, one doesn't. The user should be able to set a catchpoint before he launches a debug session. How do you filter in that case? You don't know which debugger the user is about to invoke.

Now, if the user only has one debugger installed, and it doesn't support catchpoints, then I would expect that action to not be available.

John


At 03:13 PM 4/14/2008, Pawel Piech wrote:
Would you want to see "Add Catchpoint" even if your debugger doesn't support them?

-Pawel



Back to the top