Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Dsf IDebugCommandHandler handlers

I filed 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=330974 "If the user selects two nodes in the debug view most debug commands are disabled"
to track the discussion. 

Dobrin

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Marc Khouzam
Sent: Wednesday, November 24, 2010 9:32 AM
To: 'CDT General developers list.'
Subject: Re: [cdt-dev] Dsf IDebugCommandHandler handlers

I think it was for simplicity.  
I think the service should decide if multiple selection is supported instead
of the commandHandlers, so that we can support such a feature for some 
DSF extensions.  I would like to see this work in DSF-GDB.

Marc

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Alexiev, Dobrin
> Sent: Monday, November 22, 2010 5:45 PM
> To: CDT General developers list.
> Subject: [cdt-dev] Dsf IDebugCommandHandler handlers
> 
> I was wandering why the default DSF command handlers 
> 
> 	DsfResumeCommand
> 	DsfStepIntoCommand
> 	DsfStepOverCommand
> 	DsfStepReturnCommand
> 	DsfSuspendCommand
> 
> do not allow multiple selection? 
> 
> Thanks
> Dobrin
> 
> 
> 
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top