Skip to main content

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

> > Alternative:
> > 
> > How about adding a "set breakpoint on current line" from the
> > right-mouse-click menu?=20
> > 
> 
> As you pointed you can use the GDB console, (for other alternatives see the 
> previous email).  But it does not provide persistency and other Eclipse/UI features.

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.


-- 
Øyvind Harboe
http://www.zylin.com




Back to the top