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

Add support for getting line number of executing code #14

Open
marinier opened this issue Jan 11, 2016 · 0 comments
Open

Add support for getting line number of executing code #14

marinier opened this issue Jan 11, 2016 · 0 comments

Comments

@marinier
Copy link

We are building a debugger that includes support for Tcl code, using jtcl to provide the Tcl support. We need to sometimes know the line number of a proc that is being executed. The most recent versions of Tcl have an "info frame" command that we could use (e.g., see http://stackoverflow.com/questions/27834094/getting-the-line-number-of-executing-code-in-tcl). However, this does not seem to be supported in jtcl.

Are there plans to add support for "info frame", or any other means of getting the line number (possibly via the java API)?

@marinier marinier changed the title Add support for getting line number of executing proc Add support for getting line number of executing code Jan 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant