Bug #10125 2007-01-25 20:54
pfrentrup
long pathnames problem
I have a project with a long pathname to it. When I turn on the debugger-option "Use Full Paths for souce files" and there is an error in my code, The editor does not jump to the line.
I found out the reason: Because the path is so long, it does not fit in one line. But Code::Blocks just parses the last line of an error, so the path is not correct/complete, so Code::Blocks does not find the file.
When I do not turn on the debugger-option for full pathes, I cannot debug, but I even cannot debug with this option turned on, because the debugger has the same problem.
At the moment, I just turn off the problematic option, but I cannot debug.
The path is so long, because I use Windows and by projects are in a sub-folder of my documents-folder.
I use the Jan 24 2007 build.
thanks, Peter
- Category
- Compiler
- Group
- Status
- Open
- Close date
- Assigned to
History
How long file names are talking about here? I tried to test this with 137 characters in path + file name itself and I was still able to jump to the file that had problems in it.
Windows XP, wx2.6.3p2, rev 3562