Search code examples
google-chromemeteorcoffeescriptconsolesource-maps

chrome debugger: clicking exception link in console opens file in new tab instead of cross-linking into source file


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.

stack trace and chrome window configuration

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:

file opened in new tab

I am using coffee-script and have source maps enabled, and doing this all within the latest Ubuntu LTS and Chrome beta.


Solution

  • The Meteor folks are working on this: http://github.com/meteor/meteor/issues/3655