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

highlight the text output by a breakpoint #107

Open
nikomatsakis opened this issue Feb 4, 2022 · 0 comments
Open

highlight the text output by a breakpoint #107

nikomatsakis opened this issue Feb 4, 2022 · 0 comments
Labels
enhancement New feature or request playground Dada playground tasks (often involve JS/HTML/CSS)

Comments

@nikomatsakis
Copy link
Member

Once #106 lands, we have a lot more info about which parts of the output came from what part of the code. One of the things we can do is to track the text that was output by the highlight line from the code and underline it.

Actually, to do that, we might want to save the length of the buffer when the breakpoint starts and ends instead, which I didn"t do but which would be easy.

@nikomatsakis nikomatsakis added enhancement New feature or request playground Dada playground tasks (often involve JS/HTML/CSS) labels Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request playground Dada playground tasks (often involve JS/HTML/CSS)
Projects
None yet
Development

No branches or pull requests

1 participant