Hacker News new | ask | show | jobs
by _mtr 4169 days ago
> while writing C# sounds great to developers who already know C#, the differences between the C# source and the generated JS make debugging and maintenance difficult.

Isn't this solved with source maps?

> DuoCode automatically generates source mappings

1 comments

Source maps get you line numbers but not live objects - you're still stuck inspecting JS objects.