Reputation:
I have installed Google chrome dev tool plugin in eclipse. when i select debug as through chromium javascript (new configuration) it ask me to select a tab in browser. and open java debug perspective. but nothing happen in browser tab.
Upvotes: 0
Views: 1254
Reputation: 1040
In "Project explorer" see new temporary project (with chrome logo on icon) that holds all scripts from the tab. You can set breakpoint there for a start.
You also can link debug session with real source files (it's a bit tricky now): 'Source Mapping' on wiki
Upvotes: 1