Build: Nov 8 2006, 00:20:29 - wx2.6.3 (Windows, unicode)
During debugging, when pressing <shift><F7> in order to jump into the function, following error message is displayed:
"Codeblocks Error The path 'K:\ErrorMng.c' contains too many ".."!"
The output of the debugger log is this:
Building to ensure sources are up-to-date
Build succeeded
Selecting target: Debug
Adding source dir: K:\_Testing\UI\TestUI\
Adding source dir: K:\
Adding file: .\TestUI.exe
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.3
At K:/_Testing/UI/TestUI/../Cases/TstErrorMng.c:331
At K:/../../../UI/ErrorMng/ErrorMng.c:212
The caller function is located in:
K:\_Testing\UI\Cases\TstErrorMng.c
The called function is located in:
K:\UI\ErrorMng\ErrorMng.c
I don't have this kind of error with the official 1.0rc2 (dated Oct 25, 2005)
Although the nightly build version has much improvements, this is quite a show stopper to me
