Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Debug cygwin projects needs to convert paths using cygpath

Cygwin 1.7.5
Cygwin cygdrive is mounted at /mnt (not /cygdrive)
Eclipse Helios, CDT-7.0


When debugging a cygwin project, a breakpoint is encounterred, the src file can't be found due to path issues.

CDT tries to open /mnt/c/myproject/src/file.c
but not the corresponding win32 path: C:\myproject\src\file.c



Back to the top