Bug #14653 2008-10-08 12:25

tinywolf

Problem at debugging with the Korean directory name.

I have installed 'codeblocks-8.02mingw-setup.exe'.

The following is a typical debugger log output when I run debuger:

Building to ensure sources are up-to-date

Build succeeded

Selecting target:

Debug

Adding source dir: E:\내 문서\Projects\testDlg\

Adding source dir: E:\내 문서\Projects\testDlg\

Adding file: bin\Debug\testDlg.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.8

No source file named E:/s/testDlg/main.cpp in loaded symbols.

Breakpoint 1 ("E:/s/testDlg/main.cpp:45) pending.

Child process PID: 4736

Program exited normally.

Debugger finished with status 0

I think about this, problem is non-English directory name.

When the CodeBlocks call debugger, it must use Unicode encoding.

Or, is this gdb's problem?

Category
Debugger
Group
 
Status
Open
Close date
 
Assigned to