javascript-errors-notifier
javascript-errors-notifier copied to clipboard
Open error file:line in Developer Tools
When stack trace printing is enabled in the popup and clicking on an entry, this opens a new tab with the source view of the corresponding file. Would it be possible to open the source view in developer tools instead? Or at the very least scroll the source file to the correct line when it is opened? I could try to implement this myself if you give me a hint to where I would have to change the behaviour.
I tried to do this before, but without any sucess :( Also I tried to find the way how to open specified line of file in view-source:http://.... but also did not found any solution.
So I'll be very thankful if you find some way how to implement it.