Script tab in firebug equivalent for chrome -
i'd able set break points on js in individual files. can inline script in chrome sources tab. isn't helpful have no inline js.
in firebug have script tab, in can select js files on site.
where chrome's version of script tab in firebug?
it not clear problem. chrome has developertools. can invoked of ctrl+i (cmd+i on mac) shortcut or though menu.
in devtools window there sources tab can show js files of site. can use ctrl+o shortcut opening particular file.

or can use sources tree pane.

if source file obfuscated/minified pretty print of button in status bar curly bracers. devtools supports source maps. can set breakpoint in js file , number of other things typical ide.
Comments
Post a Comment