Author Topic: why codeblocks project cannot have Chinese path while debugging?  (Read 2833 times)

xuw

  • Guest
if have,debugging is unusable! why?
I guess Character Encoding .
But how can I resovled this problem instead of changing path to English path!

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: why codeblocks project cannot have Chinese path while debugging?
« Reply #1 on: June 07, 2010, 02:38:01 pm »
Please follow the forum rules and say your versions of: os, cb, compiler and debugger.

The debugging is broken because (if you're on windows I suppose), some tools fail or generate different strings or I don't know what exactly breaks.

The only safe thing you can do is to use English only letter and no white spaces.
You could of course patch all failing tools, but that is very hard to do.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]