apoch / epoch-language

Home of the Epoch Programming Language Project
Other
72 stars 3 forks source link

Debug information is missing params and locals #183

Closed apoch closed 6 years ago

apoch commented 7 years ago

As titled - PDBs are missing data on local variables and parameters. Globals might be worth tacking on there too.

apoch commented 6 years ago

Commit 58b3c17a2a7aadc465a9b87d4b5d1cdeb863549a lands some rudimentary support for parameters. Locals are already somewhat working (as long as you like ints!). Globals can be a separate issue that probably waits until 64-bit self hosting solves how to do global storage in general.