fx gdb

运行 GDB (GNU DeBugger)。

USAGE:
    fx gdb [ARGUMENTS to GDB...]

This simply runs the prebuilt GDB binary with the arguments given.
See https://www.gnu.org/software/gdb/documentation/ for details.

NOTE:

On Linux, it may be necessary to run:
```shell
sudo apt install libpython3.11 libdebuginfod1

然后再运行预构建的 GDB 二进制文件。 ```

gdb 源代码