This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Generate Debug Symbols #97
Open
Description
We need to figure out how to provide proper debug support. In particular, we need to look into generating debug symbols. Right now, the debug support in VS works via relying onto the debug support for the generated C# code. This becomes less and less reliable as we do more complex rewrites (like e.g. generating unique symbol names as we inline code blocks).