DebugBar Forums
 
 HOME 
 DOWNLOAD 
 BUY 
 DOC / WIKI 
 FORUM 
 CONTACT 
Stay tuned : rss feed

Forum Home


advanced search

You are not logged in.

Announcement

Forums are now closed as we moved them to google groups. You can use the following Google Groups to discuss about DebugBar and IETester products:

#1 2011-03-28 01:24:24

ab2qik
New member

Newbie - debug script for a js file

Ref: Debugbar for ie

How do i debug script for a js file that is linked to an html page externally.

E.g.

index.html
  <head>
    <script type="text/javascript" src="js/cloud-zoom.1.0.2.js"></script>
  </head>

Offline

 

#2 2011-04-03 18:44:51

cathy45ianni
New member

Re: Newbie - debug script for a js file

In the new firebug you need to click on the file list to get access to external js files. It is no longer in the "Script Tab". Once you've changed to the js file you want to set the breakpoint in you just need to click the line number on the left and reload the page.

Offline