NocturnalRage / pyangelo.com

Python Graphics Programming in the Browser
2 stars 3 forks source link

Debugger handles variables using reserved words #144

Closed pingskills closed 3 years ago

pingskills commented 3 years ago

The skulpt compiler addes _$rw$ to any variable names that are reserve words in JavaScript but the debugger should display the original name.