Node:Using Traps, Next:Capturing the Stack or Innermost Stack Frame, Previous:Source Properties, Up:Debugging
| with-traps thunk | Scheme Procedure |
| scm_with_traps (thunk) | C Function |
| Call thunk with traps enabled. |
| debug-object? obj | Scheme Procedure |
| scm_debug_object_p (obj) | C Function |
Return #t if obj is a debug object.
|