Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
_mtr
on Jan 15, 2015
|
parent
|
context
|
favorite
| on:
Show HN: C#-to-JavaScript compiler powered by Micr...
> 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
jahewson
on Jan 16, 2015
[–]
Source maps get you line numbers but not live objects - you're still stuck inspecting JS objects.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Isn't this solved with source maps?
> DuoCode automatically generates source mappings