At work, while debugging our program with gdb, it sometimes repsonds to a simple "next" command with "Invalid binary operation on numbers".
(在工作中,使用gdb调试程序时,有时会响应一个简单的“下一个”命令,该命令“对数字进行无效的二进制运算”。)
Mighty annoying.(强大的烦人。)
Googling finds absolutely no hints.(谷歌搜索完全没有提示。)
It is C++, so perhaps that has something inside gdb confused in some way;(它是C ++,所以也许gdb内部有些东西有些混乱;)
I have no clue.(我没有任何线索。)
Anyone?
(任何人?)
ask by Steve Biederman translate from so