Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Warning: the current language does not match this frame

This shows up in the debugging console in Xcode. What does it mean and should I be concerned?

like image 831
Eric Brotto Avatar asked Nov 26 '25 09:11

Eric Brotto


1 Answers

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."

like image 160
Rob Napier Avatar answered Nov 29 '25 01:11

Rob Napier



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!