Why does lldb make it so painful to inspect the value of a function argument named "id"? Makes debuging spidermonkey hurt so much. :(
e.g.: void foo(long id) { fprintf(stderr, "%ld\n", id); } int main() { foo(5); } then break in 'foo' and try to examine "id". Good luck!
-
-
So it's not just me, lldb is actually a pain in the ass?
-
Yes, it is actually a huge gigantic pain in the ass. :(
End of conversation
New conversation -
-
-
I have a dim memory of "id" being a keyword in Objective-C, that might have something to do with
-
Yes, it certainly does. But I'm debugging C++, not Objective-C, here... :(
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.