GDB Command Reference - x command - VisualGDB - Integrate GCC and GDB in Visual Studio

GDB Command Reference - x command - VisualGDB - Integrate GCC and GDB in Visual Studio

瀏覽:1184
日期:2024-09-11
(gdb) start Temporary breakpoint 1 at 0x8048446: file test.cpp, line 2. Starting program: /home/bazis/test Temporary breakpoint 1, main at test.cpp:2 2 {(gdb) next 3 char testArray[] = "0123456789ABCDEF"; (gdb) next 4 return 0; (gdb) x ......看更多