The System 7 announcement says that previous versions only did a runtime check for the 'has' operator. Yet, I can's set a breakpoint on the code that is not applicable on a device where 'has' is used. I've assumed that this means the code is removed at compile time, much like exclusions. Is that not the case? Is the debugger smart enough to not allow breakpoints in such code?