hedyorg / hedy

Hedy is a gradual programming language to teach children programming. Gradual languages use different language levels, where each level adds new concepts and syntactic complexity. At the end of the Hedy level sequence, kids master a subset of syntactically valid Python.
https://www.hedy.org
European Union Public License 1.2
1.27k stars 282 forks source link

💻 Highlight variable changes in the debugger #5092

Open Felienne opened 4 months ago

Felienne commented 4 months ago

Idea incl level In the hackathon it was suggested by Declan (who's not on GitHub) to show, somehow, in the debugger when a variable value changes. Maybe with a colored line, or a popup in the watches view?

image

This might be fin project for @juliabolt to get started with the debugger?

juliabolt commented 4 months ago

sounds like a good idea!

juliabolt commented 4 months ago

Right now, when running Hedy code step-by-step, the label icon is not there, until there is a variable to show. Then, you need to click that icon, if you want to see the variables and their values. How would we actually want this?