Skip to content

Include proc line number in error stack trace. #94

Description

@wduquette

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions