Skip to content

call_scilab API: add ExecScilabCommand(cmd, &msg, &stacktrace) to get error information back to the caller

Antoine ELIAS requested to merge antoine.elias/scilab:stacktrace into minor

This call is introduced to mimic [ierr, msg, stacktrace] = execstr(cmd, "errcatch") and output error information back to the caller.

Edited by Clément DAVID

Merge request reports