Skip to content

Commit

Permalink
Update 1setup-devel-env.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
scPointer authored Feb 29, 2024
1 parent a20176c commit 305dfe7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/chapter0/1setup-devel-env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,11 @@ VSCode 可视化调试支持

本节将介绍如何在VSCode可视化环境中进行调试。可以使用使用网页版的Codespace,也可以使用Codespace + 本地VScode(具体方法就是在打开Codespace时,点击Open In Visual Studio Code即可)。

要在Codespace中结合vscode使用GDB进行调试,需要确保Codespace中有GDB、QEMU等相关环境。如果没有环境可以在master分支下执行环境配置指令
要在Codespace中结合vscode使用GDB进行调试,需要确保Codespace中有GDB、QEMU等相关环境。如果没有环境可以在 main 分支下执行环境配置指令

.. code-block:: bash
git checkout master // 切换到master分之
git checkout main // 切换到 main 分支
make codespaces_setenv // 配置Codespace环境
然后设置“add-auto-load-safe-path”路径,将“add-auto-load-safe-path /workspaces/YOUR_REPO_NAME/.gdbinit”语句添加到/home/codespace/.gdbinit文件中,如果该/root/codespace路径下没有.gdbinit文件,则创建后添加前面的语句。语句中“YOUR_REPO_NAME”则是你对应仓库的名字。
Expand Down

0 comments on commit 305dfe7

Please sign in to comment.