开发者

Warning: the current language does not match this frame

开发者 https://www.devze.com 2023-02-24 04:19 出处:网络
This shows up i开发者_JS百科n the debugging console in Xcode. What does it mean and should I be concerned?It generally means that you\'re debugging ObjC++ and that gdb has gotten confused about what l

This shows up i开发者_JS百科n the debugging console in Xcode. What does it mean and should I be concerned?


It generally means that you're debugging ObjC++ and that gdb has gotten confused about what language you're in the middle of. gdb often has trouble in ObjC++, which is one of many reasons to keep your C++ and ObjC separate as much as you can. A related error is along the lines of "No this pointer."

0

精彩评论

暂无评论...
验证码 换一张
取 消