Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

EricBrian

macrumors 6502a
Original poster
Jul 30, 2005
657
8
Hello,

Was wondering if there is a plug in for Safari that provides a javascript console of sorts. Something like FireBug for Firefox.

Thanks! :)
Eric
 
Safari has a JavaScript Console built in. To use it, you first need to enable the Debug menu, which is done by quitting Safari and typing the following command into Terminal:
Code:
defaults write com.apple.Safari IncludeDebugMenu 1

You can now access the JavaScript Console by selecting Debug > JavaScript Console in Safari.
 
Safari has a JavaScript Console built in. To use it, you first need to enable the Debug menu, which is done by quitting Safari and typing the following command into Terminal:
Code:
defaults write com.apple.Safari IncludeDebugMenu 1

You can now access the JavaScript Console by selecting Debug > JavaScript Console in Safari.

Yes, I got that part. :)

I wanted an interactive type console that allows me to interact with the functions and variables of the page currently being displayed.

Sorry, HexMonkey, for not being clear.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.