racket / drracket

DrRacket, IDE for Racket
http://www.racket-lang.org/
Other
447 stars 94 forks source link

fix gui-debugger annotator #453

Closed rmculpepper closed 3 years ago

rmculpepper commented 3 years ago

Use quote-syntax instead of syntax to save variable name. Fixes racket/racket#3633.

rfindler commented 3 years ago

Let me find a little time to make a test case here (at the level of the debugger). I'm happy to make one, but probably not today.

rfindler commented 3 years ago

I've pushed this commit to master (and added a test case in another commit).