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.
On opening the developer tools, with the developer tools window in focus, press F1 . This will open a settings page. Check the "Auto-open DevTools for popups". This worked for me.
Go to the "Sources" tab. At the top right hand side, toggle the button that looks like the pause symbol surrounded by a hexagon (button on the far right) until the color of the circle turns black to turn it off. If the pause symbol isn't blue it may be that you've accidentally marked a line for debugging inspection.
The Sources panel is where you debug JavaScript. Open DevTools by pressing Command+Option+I (Mac) or Control+Shift+I (Windows, Linux). This shortcut opens the Console panel.
The Meteor folks are working on this: http://github.com/meteor/meteor/issues/3655
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With