09 2021 档案
摘要:The Remote Debug configuration | CLion Documentation (jetbrains.com) https://github.com/microsoft/vscode-cpptools/issues/5415 https://rob-blackbourn.g
阅读全文
摘要:特别注意:debug时候,CFLAGS AFLAGS 一定要加入 -g 参数。 CFLAGS += -O0 -gdwarf-2 AFLAGS += -gdwarf-2 VS Code中加入汇编断点: 在右侧 Run and Debug窗口的BREAKPOINTS,加入汇编的lable,如_boot、
阅读全文