|
From: Kevin W. <kw...@iT...> - 2001-02-08 17:58:37
|
We are trying to use the MinGW collection to build a multi platform server, on both linux and win32. Currently we are runnning into a problem trying to debug the executable on the win32 platform. It seems the file names in the debug symbols are produced as '//C/someprobject/file.cpp' when loading the executable into gdb it cannot open the file ( I am assuming because there is no attempt to translate it to a valid win32 path ). We can get it to work by using the 'directory' command in gdb, although we have source files in over 30 directories, and typing in these each time is entirely to time consuming. Is there any fixes for this? Any ideas to make life easier? Thanks, Kevin Wooten Software Developer iTRACS Corporation Telephone: (480) 557-8000 E-Mail: kw...@iT... |