Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2024.0.0 - English


edit_error

opens in scilab editor the source of the last recorded error

Syntax

answ = edit_error(clearerror)

Arguments

clearerror

boolean - if true the error condition is cleared, if false it is kept (as in lasterror)

answ

a string stating which source file is open (or why no file was open)

Description

This function opens in scilab editor the source of the function which caused the last recorded error.

This function works only for functions which are defined in libraries, i.e. not for internal functions, nor with functions defined online, nor loaded with individual exec or getd. This is since Scilab presently retains only the path to libraries and not to individual function sources.

Correspondence between the function name foo and function filename foo.sci is tacitly assumed.

Examples

acosh abc
edit_error

See also

  • lasterror — get last recorded error message
  • errclear — clears the last error (if its number matches a given one)
Report an issue
<< edit Script editor editor >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Tue Oct 24 14:30:10 CEST 2023