'Debug'에 해당되는 글 1건
Enable the Debug menu in Safari 3.0 for Windows
Posted at 2007/07/03 21:54// Posted in 나만의 작업
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 1As
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
'나만의 작업' 카테고리의 다른 글
| 한국 스프링 사용자 모임(KSUG) 제 4 회 세미나 사전접수가 시작되었네요. (6) | 2007/08/31 |
|---|---|
| 무서운 Web.. ? 검색엔진... (11) | 2007/08/26 |
| firefox가 느릴때.. (10) | 2007/08/04 |
| Safari 3.0 for Windows를 맛본 후 (6) | 2007/07/04 |
| Enable the Debug menu in Safari 3.0 for Windows (2) | 2007/07/03 |
| Java 성능개선을 위한 Programming 기법 (7) | 2007/06/27 |
| awt와 swing의 차이점 (6) | 2007/06/19 |
| Refactoring (2) | 2007/06/18 |
| 트래픽초과의 압박으로 티스토리로 이전하였습니다. (10) | 2007/06/16 |
-
2007/07/04 17:58 [Edit/Del] [Reply]
Belle아하~ 저게(?) 그거(!)였군요. ㅋㅋ-
2007/07/04 22:06 [Edit/Del]
버리야^^;;;;;
-


