Skip to main content

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

On 09/07/2010 01:31, 谢继雷 wrote:
> 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

  Hi, there is a bug about this: please see

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

  I've got an updated version of the patch that's attached there; I'll upload
it in the next day or two once I've disentangled it from other changes I've
been making, Cc yourself to the bug and you'll see it when I do.

    cheers,
      DaveK



Back to the top