摘要:
基础命令 程序控制 r / run # 运行程序 c / continue # 继续执行 n / next # 单步(不进函数) / c代码 s / step # 单步(进函数) / c代码 ni # 执行一条 CPU 指令 / 汇编 si # finish # 跑完当前函数 Ctrl + C # 阅读全文
摘要:
seed = 0; puts("Welcome to Pub Zorro!!"); printf("Straight to the point. How many drinks you want?"); __isoc99_scanf("%d", &drinksNum); // 0 if ( drin 阅读全文