You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standard TCL stack traces include the number of the line in a procedure where the error occurred.
[ ] Track the script line number when parsing.
[ ] Save the line number in WordVec
[ ] Retrieve and include in the stack trace in Interp::eval_script.
[ ] Set the line number in the ErrorData
[ ] Support -errorline in return and catch
The text was updated successfully, but these errors were encountered:
Standard TCL stack traces include the number of the line in a procedure where the error occurred.
[ ] Track the script line number when parsing.
[ ] Save the line number in
WordVec
[ ] Retrieve and include in the stack trace in
Interp::eval_script
.[ ] Set the line number in the
ErrorData
[ ] Support
-errorline
inreturn
andcatch
The text was updated successfully, but these errors were encountered: