I have the chrome debugger open showing both the console and the sources tab. I am debugging a meteor.js application and am getting an exception in the console that displays a file link with a line number in the stack trace.
I swear when I used to click these it would cross-link to the specific line within the sources tab. But now it is simply just opening the file in a new tab in chrome:
I am using coffee-script and have source maps enabled, and doing this all within the latest Ubuntu LTS and Chrome beta.
The Meteor folks are working on this: http://github.com/meteor/meteor/issues/3655