Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-debug-dev] Re: How to set breakpoint in libraries

> 
> Would it be possible to leave the IMarker/IResource/proxy stuff for
> another day, and just add the "right click->add breakpoint to current
> line" menu item?
> 
> It would then translate into a GDB command
> 
> break foo.c:1234
> 
> The feature wouldn't be complete, but it would be a big step forward for
> those that use CDT for production. Also, this menu item should be there
> even when the feature set is fleshed out more.
> 
> 

We could provide, a CLI(Command Line Interface) on top of the CDI(Debug
implementation of the CDT) this will make it work for all backend.
..
Just an idea.



Back to the top