반응형
Enable the Debug menu in Safari 3.0 for Windows
If you're a web developer, Safari's Debug Menu is a necessity. Fortunately for those of us stuck in Windows, Safari's Debug menu is still available, however, it appears you have to get your hands dirty to enable it. On a Mac, you'd open a Terminal and type:
c:\Documents and Settings\your username\Application Data\Apple Computer\Safari\Preferences.plist:
출처 : http://www.macosxhints.com/article.php?story=20070611144942562
If you're a web developer, Safari's Debug Menu is a necessity. Fortunately for those of us stuck in Windows, Safari's Debug menu is still available, however, it appears you have to get your hands dirty to enable it. On a Mac, you'd open a Terminal and type:
defaults write com.apple.Safari IncludeDebugMenu 1
As
far as I can tell, Windows doesn't have Apple's defaults utility.
Instead, you have to directly edit the plist file, where the
preferences are stored and the Debug menu is enabled. This is just a
plain-text XML file. So to enable the Debug menu in Safari for Windows,
add the following key-value pair toc:\Documents and Settings\your username\Application Data\Apple Computer\Safari\Preferences.plist:
Insert the above code before the closing </dict> element and restart Safari. It seems a little more spartan than Safari for Mac's debug menu, but at least it includes a JavaScript console and User Agent switching. (I also posted this on my blog.)<key>IncludeDebugMenu</key>
<true/>
출처 : http://www.macosxhints.com/article.php?story=20070611144942562
반응형
'Computer 그리고 Developer' 카테고리의 다른 글
일상을 적는 서비스 "oladay" (10) | 2007.09.21 |
---|---|
한국 스프링 사용자 모임(KSUG) 제 4 회 세미나 사전접수가 시작되었네요. (6) | 2007.08.31 |
무서운 Web.. ? 검색엔진... (11) | 2007.08.26 |
Safari 3.0 for Windows를 맛본 후 (6) | 2007.07.04 |
Refactoring (2) | 2007.06.18 |
트래픽초과의 압박으로 티스토리로 이전하였습니다. (10) | 2007.06.16 |
google에서의 flyburi를... (7) | 2007.04.12 |
스프링노트공간에 제 노트를 하나 마련했습니다. (12) | 2007.04.08 |