Can't run debugger
When I try to debug my code gdb writes me:
>>>>>No symbol table is loaded. Use the "file" command.
[Inferior 1 (process 14749) exited normally]
The program is not being run.
It's small "hello word" project with 1 breakpoint. Maybe I did something strange in settings?
请先登录再写评论。
Sorry. Flag -g in cmakelist help me: D