Sujet : Re: Show argument values in bgerror
De : wortkarg3 (at) *nospam* yahoo.com (Harald Oehlmann)
Groupes : comp.lang.tclDate : 18. Sep 2024, 12:50:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vceept$3vk7h$4@dont-email.me>
References : 1 2 3
User-Agent : Mozilla Thunderbird
Am 18.09.2024 um 12:23 schrieb alexandru:
As you can see, upstream procedure calls are printed with dollar sign,
unevaluated values.
In more complex nested calls, the information about arguments gets lost
and errorInfo does not show which argument values were used.
That is exactly what "info errorstack" is about.
See, that the "a" is substituted as argument "v".
It only works for items putting something on the call stack, so, it will not help for your eval example. But you get the values supplied to all procedures...
Take care,
Harald