Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] proposal: remove several CDI debuggers

The problem mentioned in the bug has nothing to do with the CygWin debugger. It was replaced long time ago (2005-6) by the combination of "gdb/mi" and the corresponding command factory. By subclassing "gdb/mi" you will simply create a new debugger. I would suggest to try subclassing the command factory class first.

On 12/04/2010 11:28 PM, Dave Korn wrote:
On 13/04/2010 04:25, Dave Korn wrote:
On 13/04/2010 03:45, Mikhail Khodjaiants wrote:
And what's the problem with relative paths?
   It's the original subject of the PR, which led to a "well since this is
broken shall we remove it" discussion IIUC.

https://bugs.eclipse.org/bugs/show_bug.cgi?id=304380

Summary:  	[bp] Line breakpoints are set with a simple file name in Cygwin
session; fail...
   But yeah, maybe the proper solution these days is to subclass gdb/mi instead?

     cheers,
       DaveK

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top