iwillspeak / feersum

A Scheme compiler that targets .NET written in F#
http://playlist.feersum-scheme.net
MIT License
24 stars 1 forks source link

Debugger Woes Tracking Issue #36

Open iwillspeak opened 2 years ago

iwillspeak commented 2 years ago

Our current debugger support is a bit rough around the edges.

iwillspeak commented 2 years ago

symbol names could be attached to storage when a new storage is alloccated by the binder context, or we could keep a mapping from storage to name hint. When emitting debug information later we could just inspect this mapping.

The latter would provide two advantages: