Debugger executable ‘/usr/local/bin/x86_64-elf-gdb‘ is not signed. && 在汇编文件中打断点
出现问题的原因:在vscode中使用gdb调试,出现“Debugger executable ‘/usr/local/bin/x86_64-elf-gdb’ is not signed. As a result, debugging may not work properly.”问题按照下面这个步骤即可:https://gcc.gnu.org/onlinedocs/gcc-4.8.1/gnat_ugn_unw/Codesigning-the-Debugger.html需要注意的是,创建证书在这里找