mirror of
https://gitlab.com/eql/EQL5.git
synced 2026-01-11 03:31:47 -08:00
restore default debug behavior with command line option -qtpl
This commit is contained in:
parent
54a6879960
commit
ac63828762
1 changed files with 1 additions and 0 deletions
|
|
@ -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*\"))"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue