第一天学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
共 2 条评论, 1 页
评论区
写评论是不是中文路径的原因?
CLion升级一下,最新是Clion 2021