Clion 调试Rust 报UTF-8错误, 反复点击debug进入后无法显示字符串变量值

Clion Rust Debug 报 UTF8 错误#

使用 Clion 调试 Rust,代码中增加字符串变量 let str=”test”; debug 会提示 com.jetbrains.cidr.execution.debugger.backend.gdb.GDBDriver$GDBCommandException: Undefined item: “UTF-8”.
当注释掉 字符串赋值语句后,debug 正常;当反复点击 debug 也可以进入。

Clion Rust Debug 无法显示字符串值#

变量值 显示 Converting character sets: No error.
Rust