---
title: NSReturnAddress
framework: foundation
role: symbol
role_heading: Function
path: foundation/nsreturnaddress
---

# NSReturnAddress

Returns the value of the return address of the specified frame.

## Declaration

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

## See Also

### Debugging

- [NSCountFrames](foundation/nscountframes.md)
- [NSFrameAddress](foundation/nsframeaddress.md)
- [NSIsFreedObject](foundation/nsisfreedobject.md)
- [NSRecordAllocationEvent](foundation/nsrecordallocationevent.md)
