Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Enhancement for Cygwin Windows Drive Letter Problematic

Dear community,
 
I have created an enhancement that solves problems
with the source file look-up when the debugger searches
for a file that it could not find due to different path name
conventions. Cygwin-gcc generates debug info based
on cygwin names "/cygdrive/d/workspace/...." but the
debugger needs "D:\workspace\...."
 
Please take a look:
 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=150372
 
Regards,
Nils
 
 

Back to the top