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

Provide feedback on which line is being executed #8

Open
nthiery opened this issue Sep 10, 2019 · 0 comments
Open

Provide feedback on which line is being executed #8

nthiery opened this issue Sep 10, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@nthiery
Copy link
Owner

nthiery commented Sep 10, 2019

Have a dedicated zone in the UI (typically in or next to the message box) to display position information, and display there:

  • the command being executed (should be straightforward in any language; multilingual support will presumably require a table of command names)
  • the line being executed; this require some specific support from the language; in C/C++, macro magic with __LINE__ should do. Caveat: lines numbers can reported incorrectly in xeus-cling; see ... .

Bonus: recover the cell number, and use some debugger-style UI to point to the line being executed.

@nthiery nthiery added the enhancement New feature or request label Sep 10, 2019
@nthiery nthiery changed the title Provide feedback on the which line is being executed Provide feedback on which line is being executed Sep 17, 2019
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