Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-debug-dev] "Run to Line" command fails with native windows paths

Hi,

 

I’m currently adding support for a gdb-based debugger that runs on windows but is not dependant on cygwin and does not use cygwin paths. One of the issues I’ve come across is when trying to use the run to line command. Because the cdt uses the full source path in the mi command e.g.

 

-exec-until "C:/Documents and Settings/mikew/runtime-New_configuration/csx/csx.c:17"

 

The debugger gets confused by the “C:” and fails to locate the file. The breakpoint command works fine because relative paths are used, so I don’t know why the run to line command can’t use the same mechanism? Has anyone else encountered this problem?

 

Thanks,

Mike Wrighton

 


Back to the top