debugging in safari..
Posted by sergio_101 on Apr 19th, 2007
2007
Apr 19
one of the biggest reasons i develop in firefox is that there are tons of great debugging features..usually, all kinks can be worked out in firefox..every now and then, there’s a bug in safari that does not show up anywhere else.. it can be DEADLY trying to figure out what is going on..i ran across an incantation i have never seen before that will open up a debug menu on the screen. this has saved my butt in the bug below.so.. here it is!defaults write com.apple.Safari IncludeDebugMenu 1 that will make the secret menu show up, and save you tons of development time.
this is some stuff i edited and added..