sgs_StackFrameInfo [function]
void sgs_StackFrameInfo( sgs_Context* C, sgs_StackFrame* frame, const char** name, const char** file, int* line )
Helps to retrieve file name, function name and line number of the specified stack frame.
- Each non-NULL pointer is initialized with valid data; even if it may not be very helpful (for example, all anonymous functions get the same name - "<anonymous function>").