Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ustc-compiler-principles/2023
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly0322 committed Sep 13, 2023
2 parents e321d20 + 4ea9fe9 commit bb38c53
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/lab0/software.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,17 @@ flex --version
bison --version
```

## GDB 安装

GDB 是一款强大的开发工具,可用于调试各种编程语言的应用程序,帮助开发者诊断和解决代码中的问题。它在开发和调试过程中起着重要作用,有助于提高软件质量和开发效率。

```shell
sudo apt install gdb
# 查看是否成功安装
gdb --version

```

## 测试

为了测试配置是否成功,我们提供了一个简单的测试程序 Test.c,其内容如下:
Expand Down

0 comments on commit bb38c53

Please sign in to comment.