microsoft / vscode-cpptools

Official repository for the Microsoft C/C++ extension for VS Code.
Other
5.52k stars 1.55k forks source link

cannot use chinese filename when debugging cpp files. #1254

Open weinand opened 6 years ago

weinand commented 6 years ago

From @alanx172 on November 15, 2017 2:56

Extension Author (truncated) Version
html-snippets abu 0.1.0
vscode-html-css ecm 0.1.8
php-debug fel 1.11.1
php-intellisense fel 1.5.4
code-runner for 0.8.3
cpptools ms- 0.14.2
vscode-hexdump sle 1.6.0
html-preview-vscode tht 0.1.1

Steps to Reproduce:

  1. edit a cpp file with chinese filename.
  2. compiling/building is ok.
  3. debugger cannot find the source file. but it's ok when using english filenames.

Reproduces without extensions: Yes/No

yes while disabling all extensions

Copied from original issue: Microsoft/vscode#38368

pieandcakes commented 6 years ago

@alanx172 can you tell me which debugger you are using? This sounds like #602

ghost commented 6 years ago

gdb in mingw-w64.

regards,

发自我的华为手机

-------- 原始邮件 -------- 主题:Re: [Microsoft/vscode-cpptools] cannot use chinese filename when debugging cpp files. (#1254) 发件人:Pierson Lee 收件人:Microsoft/vscode-cpptools 抄送:alanx172 ,Mention

@alanx172https://github.com/alanx172 can you tell me which debugger you are using? This sounds like #602https://github.com/Microsoft/vscode-cpptools/issues/602

― You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/Microsoft/vscode-cpptools/issues/1254#issuecomment-344759860, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AgHe5r-sJ1C1l2H9AOSHPIwBL9rdiLrBks5s227fgaJpZM4QeixS.

mrx23dot commented 3 months ago

You have to ensure that every tool in the build chain supports this. Does it work without VSCode? If not then report it the compiler people and close this ticket.