Pref::verboseRead
-- shows
reading of filesWith Pref::verboseRead
the reading of library files can
be shown.
Pref::verboseRead(value)
value |
- | 0 , 1 , 2 or
NIL |
the last defined value
read
, fread
, prog::trace
, loadproc
Pref::verboseRead
the reading of library packages
and files can be shown.Pref::verboseRead
stays for
0
1
2
Pref::verboseRead
without arguments returns
the current value. The argument NIL
will reset the default
value, which is 0
.Show the reading of library packages:
>> reset(): Pref::verboseRead(1): sin(x)
loading package 'Type' [mupad/share/lib/lib.tar#lib/] 0.8414709848
Show reading of all library files:
>> reset(): Pref::verboseRead(2): sin(1.0)
reading file mupad/share/lib/lib.tar#lib/SPECFUNC/sin.mu reading file mupad/share/lib/lib.tar#lib/SPECFUNC/sinh.mu reading file mupad/share/lib/lib.tar#lib/STDLIB/infinity.mu loading package 'Type' [mupad/share/lib/lib.tar#lib/] reading file mupad/share/lib/lib.tar#lib/TYPE/Arith.mu 0.8414709848