You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run testJob() and drop to the debugger as soon as an error is thrown. However, the following prevents me from just having options(error=recover) do its work:
Maybe you could make this line dependent on some setting, e.g. have an option(error.execjob) or something (default function(e) traceback(2L)) and then do
I would like to run
testJob()
and drop to the debugger as soon as an error is thrown. However, the following prevents me from just havingoptions(error=recover)
do its work:batchtools/R/execJob.R
Lines 50 to 51 in 4c2a476
Maybe you could make this line dependent on some setting, e.g. have an
option(error.execjob)
or something (defaultfunction(e) traceback(2L)
) and then do(btw, it would probably also be cleaner to have the
on.exi()
happen before theoptions(error = ...)
call).The text was updated successfully, but these errors were encountered: