Problem debugging a file with russian letters in its name
Posted: Wed Oct 17, 2012 1:29 am
Hi,
I've started using Codelite recently and found it very good, but I've got a problem. I have a workspace that consists of one console project and is located in a folder named in russian letters. The problem is that when I start debugging and put a breakpoint at the very beginning of main() function, debugger itself starts and even works, but it doesn't show the cursor at the code file. It doesn't print anything to the output window (full logginf is on), but the following message appers in the trace window:
The part "\320\233\320\265\321\210\320\260" is in place of the name of the folder that is in russian letters. If I create the same workpace somewhere else, everything works fine. Is there a way to make it work?
My configuration:
Codelite v4.1.5770
didn't compile myself
Ubuntu 12.04 LTS 32 bit
GDB 7.4
I've started using Codelite recently and found it very good, but I've got a problem. I have a workspace that consists of one console project and is located in a folder named in russian letters. The problem is that when I start debugging and put a breakpoint at the very beginning of main() function, debugger itself starts and even works, but it doesn't show the cursor at the code file. It doesn't print anything to the output window (full logginf is on), but the following message appers in the trace window:
Code: Select all
01:23:34: Failed to open: /hdd/data/\320\233\320\265\321\210\320\260/Code/GraphBuilder/main.cpp: No such file or directory
My configuration:
Codelite v4.1.5770
didn't compile myself
Ubuntu 12.04 LTS 32 bit
GDB 7.4