第一天学rust,百度了一些帖子跟着配,下载安装了rust和clion还有MingW64 可以成功编译运行代码,但是 无法调试,调试会报错:
com.jetbrains.cidr.execution.debugger.backend.gdb.GDBDriver$GDBCommandException: C:/Rust项目/Demo/target/debug/Demo.exe: No such file or directory.
我的rust版本是1.43.1
系统是Win10 64位
安装的工具链是stable-x86_64-pc-windows-gnu
使用的Mingw是 x86_64-8.1.0-posix-seh-rt_v6-rev0
Clion版本是2019.1
求帮助,怎样才能成功的使用clion调试rust代码呢?
1
共 7 条评论, 1 页
评论区
写评论路径带中文的缘故
这个原因我也遇到过,我是直接修改Clion的编译配置选项弄好的,
1:进入setings 2:进入 Build.Execution,Deployment/Toolchains 3:重新配置一下就好了,
https://rustcc.cn/article?id=85282d12-6b84-4504-9a47-c1c3b3baa3fc 看下这个
同问,如何解决,我的报错如下: Cannot configure GDB defaults: Undefined show command: "mi-async". Try "help show".
Error during pretty printers setup: Error while executing Python code.
Some features and performance optimizations will not be available.
com.jetbrains.cidr.execution.debugger.backend.gdb.GDBDriver$GDBCommandException: D:/rustpath/first/target/debug/first.exe: No such file or directory.
Process finished with exit code 0
我也遇到了这个问题,请问你现在解决了吗
怎么可能没有,IDE自动帮你编译了,也检查了 报错的路径下确实存在 编译好的exe文件,但是报错居然说这个文件不存在,也是醉了 对以下内容的回复:
是不是没有cargo build
我也是新手,瞎猜(dog)