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

Originally posted by MacBoy88
How do you turn on the Dedug Menu, in v64:confused:

Guys...just read some of the thread...you'll see about 600 posts about how to turn on the debug menu.

Anyways...make sure Safari isn't running, open up a terminal window, and type:

defaults write com.apple.Safari IncludeDebugMenu 1

--Fred
 
Re: Re: Debug Menu!

Originally posted by FredAkbar
Guys...just read some of the thread...you'll see about 600 posts about how to turn on the debug menu.

Anyways...make sure Safari isn't running, open up a terminal window, and type:

defaults write com.apple.Safari IncludeDebugMenu 1

--Fred

Diplomatically put. I was tempted to say something much nastier, so I decided it would be better if I said nothing at all. Sometimes I feel like I'm the only one who reads ALL of a thread.
 
Re: Re: Re: Debug Menu!

Originally posted by Awimoway
Diplomatically put. I was tempted to say something much nastier, so I decided it would be better if I said nothing at all. Sometimes I feel like I'm the only one who reads ALL of a thread.

I had the same feeling but I don't think it has to do with you and I and a few others choosing to read the whole thread as much as it is some people just can't read at all.
 
Is it just me or does 64 fells much slower then the current one? It seems to take it some time before it actually starts loading the page.
 
Debug menu w/o BSD subsytem...

So,

I DL'd v64 but have thus far been unsuccessful in my attempts to activate the debugger menu. Both Safari Enhancer and manually typing commands into Terminal yield the following negative result:

"defaults: command not found" or "sh: defaults: command not found"

WTF. Has anybody else experienced similar difficulties? Does this indicate a larger problem with my OS? Should I be typing something else?

Thanks in advance for any help.

Traveler

If you want to enable the safari debug menu without the BSD subsystem, open the com.apple.Safari.plist which is in ~/Library/Preferences (~ means you home folder) in a Text Editor (Like BBedit).

Anywhere between the <dict> and </dict> entries (After the <dict> entry near the top is fine), paste this text:
Code:
	<key>IncludeDebugMenu</key>
	<true/>

(Make sure its properly tabbed over like the rest of the <key> entries)

Alternativley, if you don't want the Debug menu, and you just want to use tabs or auto complete, enter any/all of the following (I fell they are self evident, and you don't need to enter these manually if you enable the debug menu)
Code:
	<key>TabbedBrowsing</key>
	<true/>

	<key>FormAutoCompleteEnabled</key>
	<true/>

	<key>AddressBookAutoCompleteEnabled</key>
	<true/>
 
I think it is sad how many people dont "THINK" out there. How to turn on debug mode... come on... i have no sympathy for stupidity.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.