了解gdb用法. ... (gdb) l 1 #include <stdio.h> 2 3 int main() 4 { 5 int a,b,c; ... (gdb) b 2. Breakpoint 1 at 0x4004da: file test2.c, line 2.
確定! 回上一頁