You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using NSAssert() calls in Objective-C code, the NSAssert line shows up in the panel making it much less useful as a navigation tool. Is it possible to have these removed from the display?
Filed as a bug as I'm guessing these weren't intended to show up in the panel.
Example -- Enter the following method into an Objective-C file and then hit command-shift-T to see the results.
(void)method
{
NSAssert(1);
}
The text was updated successfully, but these errors were encountered:
When using NSAssert() calls in Objective-C code, the NSAssert line shows up in the panel making it much less useful as a navigation tool. Is it possible to have these removed from the display?
Filed as a bug as I'm guessing these weren't intended to show up in the panel.
Example -- Enter the following method into an Objective-C file and then hit command-shift-T to see the results.
{
NSAssert(1);
}
The text was updated successfully, but these errors were encountered: