GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git
......
(gdb) b simlulator.cpp:57
No source file named simlulator.cpp.
This message comes up when I'm debugging, i don't know how to deal with it.
Could you give me some advice on debugging?
2 breakpoint keep y 0x00007ffff023fe20
breakpoint already hit 2 times
3 breakpoint keep y mvc_lib.cpp:81
Single stepping until exit from function PlayGame,
which has no line number information.
GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git ...... (gdb) b simlulator.cpp:57 No source file named simlulator.cpp. This message comes up when I'm debugging, i don't know how to deal with it. Could you give me some advice on debugging?