How to Get Something Similar to Firebug on Safari

Click the Safari menu and select "Preferences"., Click the "Advanced" tab., Check the "Show Develop menu in menu bar" box., Open the Web Inspector., Use the Resources option to view the web page's objects., Use the Timelines option to view site...

8 Steps 3 min read Medium

Step-by-Step Guide

  1. Step 1: Click the Safari menu and select "Preferences".

    Safari includes a suite of development tools that are very similar to Firebug.

    These tools need to be enabled to use them.
  2. Step 2: Click the "Advanced" tab.

    This will show Safari's advanced options. , This will enable the Develop menu.

    It will appear next to the Bookmarks menu. , The Web Inspector is very similar to Firebug.

    You can open it from the Develop menu.

    You can also press ⌘ Command+⌥ Option+I. , These include stylesheets, HTML files, scripts, images, and more.

    This is the default view for Web Inspector.

    The navigation bar on the left side will display all of the folders of content from the current page.

    Use these folders to quickly navigate to the resources you need.

    Selected resources are displayed in the main frame.

    You can view the code for websites and other files here.

    You can also make changes to the code, which will show live on the website.

    These changes will only be in effect for as long as you have the site open.

    Input debugging commands and inspect JavaScript objects using the console.

    The right sidebar breaks down the details for the current selection.

    Changes made here will be displayed live on the website. , The timelines will show when resources are called as the page is used.

    You can also check network requests and view JavaScript events.

    You can see the three different timelines along the top of the Timelines window.

    Each of the lines represents a different timeline category.

    The left frame displays the different events that are occurring on the timeline.

    Each entry's timeline activity will be displayed in the main window. , The Debugger option provides the same debugger tools that you can find in Firebug.

    Use the debugger to track down and solve problems with your JavaScript code.

    You can set breakpoints on your code so that the page pauses at specific spots.

    This lets you to troubleshoot JavaScript issues on your page or learn how JavaScript works in action. , Many people use Firebug to change their current user agent.

    This is the identifier that tells web pages what browser and OS you are using.

    This is useful for loading mobile sites on your desktop, or seeing how a site looks using Internet Explorer in Windows.Click the Develop menu and select "User Agent".

    Select your desired user agent from the list of options.

    You can add a custom user agent by selecting "Other" and then entering the code for it.
  3. Step 3: Check the "Show Develop menu in menu bar" box.

  4. Step 4: Open the Web Inspector.

  5. Step 5: Use the Resources option to view the web page's objects.

  6. Step 6: Use the Timelines option to view site activity.

  7. Step 7: Use the Debugger option to find and fix JavaScript errors.

  8. Step 8: Change your user agent.

Detailed Guide

Safari includes a suite of development tools that are very similar to Firebug.

These tools need to be enabled to use them.

This will show Safari's advanced options. , This will enable the Develop menu.

It will appear next to the Bookmarks menu. , The Web Inspector is very similar to Firebug.

You can open it from the Develop menu.

You can also press ⌘ Command+⌥ Option+I. , These include stylesheets, HTML files, scripts, images, and more.

This is the default view for Web Inspector.

The navigation bar on the left side will display all of the folders of content from the current page.

Use these folders to quickly navigate to the resources you need.

Selected resources are displayed in the main frame.

You can view the code for websites and other files here.

You can also make changes to the code, which will show live on the website.

These changes will only be in effect for as long as you have the site open.

Input debugging commands and inspect JavaScript objects using the console.

The right sidebar breaks down the details for the current selection.

Changes made here will be displayed live on the website. , The timelines will show when resources are called as the page is used.

You can also check network requests and view JavaScript events.

You can see the three different timelines along the top of the Timelines window.

Each of the lines represents a different timeline category.

The left frame displays the different events that are occurring on the timeline.

Each entry's timeline activity will be displayed in the main window. , The Debugger option provides the same debugger tools that you can find in Firebug.

Use the debugger to track down and solve problems with your JavaScript code.

You can set breakpoints on your code so that the page pauses at specific spots.

This lets you to troubleshoot JavaScript issues on your page or learn how JavaScript works in action. , Many people use Firebug to change their current user agent.

This is the identifier that tells web pages what browser and OS you are using.

This is useful for loading mobile sites on your desktop, or seeing how a site looks using Internet Explorer in Windows.Click the Develop menu and select "User Agent".

Select your desired user agent from the list of options.

You can add a custom user agent by selecting "Other" and then entering the code for it.

About the Author

S

Susan Kelly

Dedicated to helping readers learn new skills in organization and beyond.

59 articles
View all articles

Rate This Guide

--
Loading...
5
0
4
0
3
0
2
0
1
0

How helpful was this guide? Click to rate: