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 原始碼