Debugger stops visually at the wrong line

Hey,

I am using Meteor, WebStorm and Chrome, all at the latest stable version.

And recently, the debugger started to stop at wrong lines but only visually, mostly it is like 8-14 lines behind the actual breakpoint.

e.g.

console output:

Also, as you can see, some lines are darkened, which means that I can not set a breakpoint there from the browser.

The behavieur is the same within the WebStorm internal debugger. So I think it is not Chrome’s fault.
It looks like the mapping between the code and the visual output is somehow broken. And I do not know if it is WebStorm, or Meteor that is the cause. Under this conditions it is very hard to debugg…

see this issue