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

> Hm. Not really seeing your vision here.

  Well, to have the whole application know all the possible path translations
it might stumble across anytime it's parsing, e.g. file paths received from a
debugger - or any other tool.  Or is it just that most of the IDE (generic
platform parts as well as CDT) thinks of files in terms of their native paths,
and Cygpath gets in the way when passing commands /to/ the tools, but it's
really only the debugger that ever needs to know about converting cygwin paths
back to native ones?

I honestly can't say for sure if cygpaths represent a problem for the build side of CDT, but I don't think they do. For sure they are problematic for the debugger since the debug information injected by the Cygwin compiler has the cygpaths and the debugger deals with native paths unless told otherwise through a path mapping.

John

Back to the top