C++ method call being ignored
C++ method call being ignored
- Subject: C++ method call being ignored
- From: Rick Mann <email@hidden>
- Date: Sat, 13 Mar 2010 00:53:10 -0800
I'm experiencing some bizarre behavior. I've got a .cpp file with a C++ class in it, fairly straightforward stuff. But for some reason, it's simply ignoring a call to one of its own methods. The class doesn't inherit from anything, nor does it have any subclasses. The method being called is not virtual.
Attempting to trace into it in the debugger results in execution resuming from that point.
A similar class (I'm creating a new class based on an old one) doesn't have this problem. I'm completely puzzled. Any suggestions for figuring out what's going on?
TIA,
Rick
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden