gcc −g program . c −o program_name. 2. Run program with the debugger: gdb program_name. 3. Use the run command to start execution: (gdb) run.
確定! 回上一頁