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..

Leave a Comment




XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.