---
title: NSFrameAddress
framework: foundation
role: symbol
role_heading: Function
path: foundation/nsframeaddress
---

# NSFrameAddress

Returns the value of the frame pointer of the specified frame.

## Declaration

```occ
extern void *NSFrameAddress(NSUInteger frame);
```

## See Also

### Debugging

- [NSCountFrames](foundation/nscountframes.md)
- [NSIsFreedObject](foundation/nsisfreedobject.md)
- [NSRecordAllocationEvent](foundation/nsrecordallocationevent.md)
- [NSReturnAddress](foundation/nsreturnaddress.md)
