So lets assume we have a page with list of javascript errors displayed. For each error I see filename, line and column.
Is it possible to make a link on every error that would open up devTools and jump to specified source file directly to that line & column?