---
title: NSCountFrames
framework: foundation
role: symbol
role_heading: Function
path: foundation/nscountframes
---

# NSCountFrames

Returns the number of call frames on the stack.

## Declaration

```occ
extern NSUInteger NSCountFrames();
```

## See Also

### Debugging

- [NSFrameAddress](foundation/nsframeaddress.md)
- [NSIsFreedObject](foundation/nsisfreedobject.md)
- [NSRecordAllocationEvent](foundation/nsrecordallocationevent.md)
- [NSReturnAddress](foundation/nsreturnaddress.md)
