This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: performance



Regarding turning off debugging for scripts: don't you want a
backtrace when your script crashes?

I guess if Guile had a load-as-script function that made it easy to
fake the context of script execution from the REPL, then when you got
a crash, you could start up the REPL (in which debugging would be
enabled by default), say (load-as-script "shut-up" "-v") or whatever,
and hopefully you'd get the same crash.