我设置了一个断点,当我在调试模式下运行程序时,当它到达该断点时单击“进入”,它不会进入它。
为什么?
编辑:我正在使用这些标志进行编译:
-Wall -pedantic -pedantic-errors -Wunused -Wunreachable-code -g -ggdb
编辑2:当我打开instruction stepping mode
并立即进入我用断点标记的函数,然后反复调用“step into”时,我得到了这个:
No source available for "Indexer::index() at 0x8054de6"