1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-30 00:40:20 +02:00
guile/module/system/repl
Andy Wingo ffe911f714 avoid running the debugger during parsing or compilation at the repl
* module/system/repl/repl.scm (abort-on-error): New helper.
  (run-repl): Don't enter the debugger during parsing or compilation of
  a repl expression. If you want to debug compilation, run compilation
  from the repl, not as part of the repl.
2010-07-09 18:58:01 +02:00
..
command.scm fix up a repl command docstring 2010-07-09 18:39:15 +02:00
common.scm integrate the debugger into the repl 2010-07-09 17:05:25 +02:00
debug.scm tweaks to print-locals 2010-07-09 18:34:24 +02:00
describe.scm eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
error-handling.scm integrate the debugger into the repl 2010-07-09 17:05:25 +02:00
repl.scm avoid running the debugger during parsing or compilation at the repl 2010-07-09 18:58:01 +02:00