Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include proc line number in error stack trace. #94

Open
wduquette opened this issue Apr 10, 2020 · 0 comments
Open

Include proc line number in error stack trace. #94

wduquette opened this issue Apr 10, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@wduquette
Copy link
Owner

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

@wduquette wduquette self-assigned this Apr 10, 2020
@wduquette wduquette added the enhancement New feature or request label Apr 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant