restore default debug behavior with command line option -qtpl

This commit is contained in:
polos 2020-12-07 22:39:35 +01:00
parent 54a6879960
commit ac63828762

View file

@ -123,6 +123,7 @@ void EQL::exec(const QStringList& args) {
// -qtpl
else if(arguments.contains("-qtpl") || (cl_symbol_value(s_qtpl) == Ct)) {
arguments.removeAll("-qtpl");
evalMode = DebugOnError;
ecl_setq(ecl_process_env(), s_qtpl, Ct);
QApplication::setQuitOnLastWindowClosed(false);
forms << "(when (directory (in-home \"lib/ecl-readline.fas*\"))"