diff options
Diffstat (limited to 'debug.c')
-rw-r--r-- | debug.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -92,6 +92,8 @@ val debug(val form, val bindings, val data, val line, val pos, val base) val loc = source_loc(form); cons_bind (lineno, file, loc); + data = if2(consp(data), car(data)); + if (!step_mode && !memqual(loc, breakpoints) && (debug_depth > next_depth)) { |