You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some lines of code in Python-only levels don't highlight, specifically ones to do with incrementing variables and ones that call procedures.
To Reproduce
Steps to reproduce the behaviour:
Go to a Python-only level that involves incrementation, i.e. Python Den Level 16
Click "Solve" to get the model solution, then run the model solution
Notice that only the lines of code involving my_van highlight, not the while loop or the other lines controlling count
Go to a Python-only level that involves a procedure, i.e. Python Den Level 57
Click "Solve" to get the model solution, then run the model solution
Notice that the lines of code where the procedure is called don't highlight - once again only the lines of code involving my_van highlight
Expected behaviour
Every line of code should highlight while it's running, including the ones to do with incrementing variables or procedures
Describe the bug
Some lines of code in Python-only levels don't highlight, specifically ones to do with incrementing variables and ones that call procedures.
To Reproduce
Steps to reproduce the behaviour:
Go to a Python-only level that involves incrementation, i.e. Python Den Level 16
Click "Solve" to get the model solution, then run the model solution
Notice that only the lines of code involving
my_van
highlight, not thewhile
loop or the other lines controllingcount
Go to a Python-only level that involves a procedure, i.e. Python Den Level 57
Click "Solve" to get the model solution, then run the model solution
Notice that the lines of code where the procedure is called don't highlight - once again only the lines of code involving
my_van
highlightExpected behaviour
Every line of code should highlight while it's running, including the ones to do with incrementing variables or procedures
Screenshots
Private Zenhub Video
Private Zenhub Video
The text was updated successfully, but these errors were encountered: