Replies: 1 comment
-
Hey @tterranigma, I'll have to get back to you on this one since I'm rather busy lately. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following stack trace:
This is how I interpret the output. Could you correct me if I am wrong?
The "important" lines are the ones starting with the arrow (the underlined, red ones). I call them main lines. The first of these, the top-most, contains a friendly error message. The others show at most 3 things:
Then, some times there might be a second accompanying line for these main lines. These accompanying lines are present when the main line does not provide the full picture, ie the actual function/builtin call with the arguments passed.
Is the above correct?
Some more questions:
Variable::TrapAssignNumberedParameter
function. But the accompanying line seems out of place. Is this due to the magic with the named parameters aliases and traps?Beta Was this translation helpful? Give feedback.
All reactions