how to debug javascript in chrome using ChromeDev Tool from eclipse
I did not found out how to run chrome from within Eclipse such that you can invoke it with the current scripts path. There is a huge difference between "running a tool" and "automatically 开发者_运维技巧running a debug application if it is not running already". how to debug javascript in chrome ..
Please examine the Wiki at http://chromedevtools.googlecode.com - it has exhaustive instructions on remote debugging.
精彩评论