28 Ekim 2022 Cuma tarihinde Erik Adelbert <e...@adelbert.fr> yazdı: > > 1 there is an error > 2 the debug TRAP is not invoked before the function definition > 3 the function definition is required to return 0 if successful > 4 the debug TRAP is invoked after the successful function definition > > This results in an effective masking of the error from the debugging > support.
This sounds like a misuse of the debug trap. The error can be caught using the err trap, why don't you use that instead? -- Oğuz