Breakpoints

Niko Sams niko.sams at gmail.com
Wed Apr 15 19:03:51 UTC 2009


On Wed, Apr 15, 2009 at 8:45 PM, Andreas Pakulat <apaku at gmx.de> wrote:
> On 15.04.09 20:37:11, Niko Sams wrote:
>> On Wed, Apr 15, 2009 at 10:54 AM, Vladimir Prus <ghost at cs.msu.su> wrote:
>> > On Wednesday 15 April 2009 10:42:54 Niko Sams wrote:
>> >> - no KDevelop::Breakpoint::dirty_, KDevelop::Breakpoint::errors_
>> > Just to clarify -- how the corresponding state will be displayed in the
>> > breakpoint table otherwise?
>> you mean the dirty-state? KDevelop::BreakpointController has to ask
>> the _current_
>> DebugSession about this state.
>
> How is "current" debug session defined if I debug two applications at the
> same time? for 75% of the cases using the one which is currently "stopped"
> would work, but that leaves one case where you'd have to decide. Or you'll
> always ask all the sessions that are running (I don't really expect anybody
> to debug more than 2 or 3 apps at the same time).
Currently there can be only one DebugSession at a time.
We have to decide if we'd support multiple DebugSessions - and if so - we have
to implement this.
Still - if there are multipe debug sessions running, there must be an
current/active one
for that backtrace/variables etc are shown. And for that one the
breakpoint state is shown
in the Breakpoints-Widget.

Niko




More information about the KDevelop-devel mailing list