2.启动调试C:MinGW\bin>gdb.exe program.exe 3.设置断点并启动运行(gdb)break main(gdb)start 不能直接start,因为程序运行太快了,直接start就运行到程序停止的地… Windows ...
確定! 回上一頁