Plaster

text
- How do I traverse the stack frames? - For a given frame instance, how do I evaluate a form in that frame? For a given frame instance, how do I determine... - its position in the trace - the function that is being called in the frame - the arguments that were used in the call - the file the function being called is defined in - the offset/position/form of the function in that file For a given restart, how do I determine... - its report string - its restart function - whether the restart is interactive - its test function If there is any additional information available for restarts and stack frames, please also let me know what that information is and how to retrieve it.