GDB - Commands · b main - Puts a breakpoint at the beginning of the program · b - Puts a breakpoint at the current line · b N - Puts a breakpoint at line N · b +N - ...
確定! 回上一頁