We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1722d1 commit 2110c8fCopy full SHA for 2110c8f
source/appendix-b/index.rst
@@ -68,6 +68,8 @@
68
69
下面以[CLion](https://www.jetbrains.com/clion/)中[Rust插件](https://plugins.jetbrains.com/plugin/8182-rust)为例。其他IDE的配置大同小异。
70
71
+注意:上面提供的GDB二进制版本过低,需要使用自己编译的最新版本的GDB。
72
+
73
1. 在 CLion 中打开项目(os文件夹),选择 ``cargo project`` 。
74
75
2. 在项目中新建一个 ``sh`` 文件,输入以下内容并给予可执行权限:
@@ -82,7 +84,7 @@
82
84
83
85
.. image:: clion_config.jpg
86
-第 1 个红框中选择你的gdb路径
87
+第 1 个红框中选择你的自己编译的gdb路径
88
第 3, 4 个红框中根据你的代码路径做适当修改
89
第 5 个红框中,点击下面加号,选择`External Tools`,并选择上面新建的`sh`脚本。
90
0 commit comments