Chrome Hook debugger to text editor

image

Is there a way to get chrome to run my text editor when I click on the stack trace link pointing to the file: // url?

+3
source share
2 answers

At the moment, the only way to achieve this is to change the DevTools front-end code (this is HTML + JavaScript, so it shouldn't be too complicated) to configure the processing of clicks on links. There is a WebKit function request for this function: https://bugs.webkit.org/show_bug.cgi?id=51526

+1
source

, Eclipse: http://code.google.com/p/chromedevtools/

, , . JSDT Aptana .

JS, DOM .

+2

All Articles