Breakpoints in coffeescript not stopping in the right place
Hi,
using IntelliJ IDEA 13.1.2, withh npm coffee-scipt 1.7.1. IDE breakpoints never stop in the correct place - always a few lines before/after. Are there versions compatible?
Gilbert
请先登录再写评论。
Guys, do you have any ideas here? This is now affecting a much larger team - IDEA 12 was 100% - IDEA 13 debugging is unreliable to the point we are shifting to the browser debugger.
I have also noticed the code produced with ctrl-shift-D (generates js from Coffee) is sometimes different from that generated by coffee 171 on npm.
~gilbert
I have filed http://youtrack.jetbrains.com/issue/WEB-12672. It seems, it is Google Chrome problem https://code.google.com/p/chromium/issues/detail?id=304150 Could you please attach test project (to the http://youtrack.jetbrains.com/issue/WEB-12672)?
> have also noticed the code produced with ctrl-shift-D (generates js from Coffee) is sometimes different from that generated by coffee 171 on npm.
Do you mean the 'preview compiled coffeescript file' menu action? IDE uses coffeescript compiler v1.6.1 to produce it, so the results may indeed differ from the ones generated by 1.7.1
yes, I believe there were significant differences between 171 and 161.