Firefox
웹개발하면 Firefox를 메인 브라우저로 쓰라는 얘기를 많이 듣는다. 이건 IE보다는 Firefox가 더 웹표준을 잘 지키고 있기 때문이긴 한데 다른 환경들도 아무래도 더 잘 갖추어져 있다. Firefox에서는 Firebug
가 제일 유명하다. 영문사이트를 김경민님이 한글로 번역해준 사이트
도 있다.
파이어폭스 플러그인이기 때문에 설치는 아주 쉽다. 그냥 파이어폭스에서 인스톨버튼만 눌러주면 된다.
오른쪽 아래에 나온 아이콘을(빨간색으로 네모친) 클릭하면 파이어버그를 열 수 있다. 처음에는 disabled 상태로 되어 있다. 사용하려면 Enable상태로 해 놓아야 한다. 웹서핑하는데 방해되는 게 아니기 때문에 개발하는 PC라면 Enabled상태로 두는게 좋다고 생각한다.
웹페이지의 Javascript 에러가 발생하면 오른쪽 아래에 에러의 객수가 나타나고 이곳을 클릭하면 파이어버그가 열린다.
에러가 난 이유와 에어가 난 위치를 표시해 주어서 쉽게 찾아낼 수 있다. (stsr이 정의되지 않았다네... ㅋ) 위에 보이는 메뉴대로 파이어버그에는 수많은 기능이 있다. DOM트리 추적도 할 수 있고 인클루드 된 CSS나 JS파일의 내용도 볼 수 있고 기능이 엄청나게 많은데(나도 그냥 디버깅 기능 왜에는 거의 쓰지 못하고 있다. ㅡ..ㅡ) 여기선 기능설명이 목적이 아니었기에 그냥 이렇게 쓴다는 것 정도까지만... ㅋㅋㅋ
Internet Explorer
IE에서 자바스크립트를 디버깅 하는건 꽤나 불편한 일이다. 차라리 그냥 파폭띄어서 하는게 낫다는 생각이 들 정도였는데 이것저것 찾다보니 괜찮은게 있었다.
자바스크립트 디버깅을 하려면 먼저 IE의 설정을 해주어야 한다. [도구] - [인터넷 옵션]에 들어가서 고급탭에서 사진에서 표시한 부분을 수정해 주어야 한다.
"모든 스크립트 오류에 관련된 알림 표시"를 체크해준다. 웹브라우저라는게 개발 목적이 아니고 자바스크립트 오류하나로 웹서핑에 방해가 된다는 것은 그 목적하는 바가 아니기 때문에 IE는 기본적으로 스크립트 오류를 적극적으로 알려주지 않고 왼쪽 아래에 노란색으로만 표시해 준다. 하지만 이건 사용자의 입장이고 개발자로서는 당연히 스크립트 오류가 나면 즉시 알아채야 하기 때문에 이걸 체크해 준다. 체크하면 스크립트 오류가 발생하면 alert창이 나타난다.
그리고 "스크립트 디버깅 사용 안함"을 둘다 체크 해제해 준다. 당연히 우리는 스크립트 디버깅을 할 목적이기 때문에....
이런 설정 아래에서 만약 Visual Studio가 깔려있다면 VS의 스크립트 디버거로 연결이 된다. 스크립트 오류가 발생하면 VS를 이용해서 디버깅을 할 건지를 물어보고 디버깅을 하려고 하면 VS가 실행되면서 자바스크립트 디버깅을 할 수 있다.
근데 이게 무척이나 불편하다. 일단 무거운 편에 속하는 Visual Studio가 실행되어야 하고 VS의 디버거가 IE를 붙잡고 있기 때문에 다시 IE로 먼가를 보려면 VS의 디버거를 종료해 주어야 한다. 종료할때 저장할건지 또 물어보고 스크립트 수정하고 다시 이짓을 반복하려면 짜증나서 디버깅 못한다.
IE에서도 Firefox처럼 쉽게 디버깅을 할 수 있는 Companion.JS라는 툴
이 있다. MS에서 제공하는Windows Script Debugger라는 디버깅 환경
을 이용해서 IE상에서 편리하게 디버깅할 수 있게 해주는 프로그램이다. MS의 다움로드 센터에서 Windows Script Debugger를 검색해도 되고(MS는 다움로드 링크를 자주 바꾸기 때문에) 그냥 아래 파일을 다운 받아도 된다.
Companion.JS를 사용하기 전에 이걸 무조건 깔아야 한다. 그리고 Companion.JS를 설치
한다.
설치가 완료되면 웹페이지의 자바스크립트 오류가 생기면 왼쪽 상단에 오류표시가 나타난다. 이게 좋은 점은 개발도 하지만 웹서핑도 하는데 오류메시지가 얼럿으로 떠버리면 엄청 귀찮은데(생각보다 웹페이지에는 스크립트 오루가 많다.) 저렇게 뜨기 때문에 그냥 웹서핑할때는 무시하고 웹서핑을 계속하면 된다. 개발할때는 error표시를 클릭하면 아래쪽에 Companion.JS 가 뜬다.
오른쪽에 에러난 간 부분이 표시된다. 여기서는 2개의 error가 났기 때문에 2개가 나타난다. 에러가 난 파일과 라인번호가 나타나기 때문에 쉽게 에러가 난 곳을 찾을 수 있다.
에러를 클릭하면 왼쪽 창에 바로 에러가 난 코드를 보여주기 때문에 쉽게 디버깅을 할 수 있다. 솔직히 어디서 난건지만 찾는것 만으로도.. ㅎㅎㅎ 여기서는 안타났지만 호출부가 있는 부분에서는 어디서 호출되고 어디서 에러가 났는지까지 나타난다.
Louis Vuitton and Marc Jacobs first cooperation has already been 15 years of time,Cheap Gucci although not for the world at the beginning of the cooperation,Cheap Gucci Shoes in view of the cooperation between think they won't last long. Louis Vuitton brand because this is traditional,Louis vuitton store and designer at that time and Jacobs is very young and very funny. However the cooperation between them is like a love anecdotes, let the other parties in the 15 years of the time it becomes more and more powerful and strong.cheap gucci shoes Now, the pair, a full of France's taste and respect for the world, and the other one is still active as before.Cheap Gucci Clothing Now New York designer Marc Jacobs be born is in Paris is Musee des Arts Decoratifs an exhibition at the museum of the Louis Vuitton-Marc Jacobs "exhibition protagonist.Cheap Gucci Shoes Seriously, the two men look doesn't seem to be any common ground, one is the expression serious gentleman Vuitton (at least from the entrance of the museum's portrait of the look the way it does),cheap louis vuitton and the other is wearing a short skirt of Scotland rebellious guy. However, the founder of the brand or a real genius,Cheap Gucci Handbag successfully hold the 19 th century people is fond of sport and innovation hobby, making a suitable for early car the trunk and place the luggage into camping use of folding bed.Prada Handbag Jacobs stylist to the same brand compelling creativity, hoping to break all the rules bound,cheap louis vuitton shoes as the brand's first and only ready-to-wear designers,Cheap Gucci backpack he wants to design costumes and deserve to have an amazing vigor. As in 1896, the designer Louis Vuitton Georges,Armani Clothing Wholesale the son of the brand Logo design with the whole box print the shell, no one can predict to the move to the impact of the brand.cheap prada shoes Who will think of stylist Jacobs will this classic Speedy handbag designer Takashi Murakami series let Japan above picture with big round eyes,Cheap Gucci Belt or let Stephen Sprouse above master graffiti colored the graffiti letters? Founder Louis Vuitton and he created the world in this exhibition hall on the first floor,cheap jordan sneakers suitable for simple travel series small handbag on display in different one display the;New Arrive Shoes Another display shows the used to hold various delicate clothing suitcase-tea party dress, morning gown; Dinner dress and PROM gowns; Countless levels of underwear and enormous bustle,Jordan Shoes then the s women a day seven times of change clothes golden age. But Debbie Harry song soon put you attracted to the second floor of the exhibition hall,Nike Shoes there is a huge handled the screen (curator Pamela Golbin make it a slight bo page form), used to highlight the free spirit of Jacobs advocate the effects of Bertolucci-and movie "South Park" mix together,Winter Clothing "Cat on a Hot Tin Roof" next to SpongeBob SpongeBob, SpongeBob SpongeBob next to German director Rainer Fassbinder's gay film genius "Querelle".Mens Shoes The exhibition is more like a celebration not simple works retrospective exhibition in accordance with the time not the sequence of the display,Mens T Shirts but the exhibition are divided into different subjects on. Jacobs to give each a different theme plays a very attractive name,Adidas Men Shoes each subject inside of the exhibits in the past 15 years is the representative work of carefully selected fashion. Shoes with mechanical legs to the show,Men Suits &Ties they have a dance Busby Berkeley that precise master pace. Artist Richard Prince of five nurses the human body model hat spell "L-O-U-I-S V-U-I-T-T-O-N",Mens Long Sleeve at the same time in the background is continuously came 1963 Kingsmen of famous chorus works: "Louie Louie,......" . The museum these trunks called it "chocolate box",Mens Sweater may produce more attractive for the audience. The display of trunk is like a great little French candy,Mens Jeans whether it is full of LV logo printing white ermine equipment packet to the purple pattern of the large truck suitcase, are displayed to the full and explore the LV brand connotation.Mens Jackets Whether jeans, metallic fabrics, or the woven plastic fabrics, handbag to send out the strong temptation, Louis Vuitton is this may never dream of. http://ixcoin.org/forum/index.php?topic=15359.0 http://ixcoin.org/forum/index.php?topic=15358.0 http://ixcoin.org/forum/index.php?topic=15360.0 http://ixcoin.org/forum/index.php?topic=15361.0 http://ixcoin.org/forum/index.php?topic=15362.0 http://ixcoin.org/forum/index.php?topic=15363.0 http://ixcoin.org/forum/index.php?topic=15364.0 http://ixcoin.org/forum/index.php?topic=15365.0 http://ixcoin.org/forum/index.php?topic=15366.0 http://ixcoin.org/forum/index.php?action=profile;area=summary;u=8275 http://secureink.net/forum/index.php?topic=21678.0 http://secureink.net/forum/index.php?topic=21679.0 http://secureink.net/forum/index.php?topic=21680.0 http://secureink.net/forum/index.php?topic=21681.0 http://secureink.net/forum/index.php?topic=21682.0 http://secureink.net/forum/index.php?topic=21684.0 http://secureink.net/forum/index.php?topic=21685.0 http://secureink.net/forum/index.php?topic=21686.0 http://secureink.net/forum/index.php?topic=21687.0 http://secureink.net/forum/index.php?action=profile;area=summary;u=12091 http://enjoykalkan.com/forum/index.php?topic=9145.0 http://enjoykalkan.com/forum/index.php?topic=9146.0 http://enjoykalkan.com/forum/index.php?topic=9147.0 http://enjoykalkan.com/forum/index.php?topic=9148.0 http://enjoykalkan.com/forum/index.php?topic=9149.0 http://enjoykalkan.com/forum/index.php?topic=9150.0 http://enjoykalkan.com/forum/index.php?topic=9151.0 http://enjoykalkan.com/forum/index.php?topic=9152.0 http://enjoykalkan.com/forum/index.php?topic=9153.0 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4797#4797 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4798#4798 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4799#4799 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4800#4800 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4801#4801 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4802#4802 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4803#4803 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4804#4804 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=view&catid=2&id=4805#4805 http://www.cubasi.net/index.php?option=com_fireboard&Itemid=54&func=myprofile&do=show http://www.ipacific.com/forum/index.php?topic=940.0 http://www.ipacific.com/forum/index.php?topic=941.0 http://www.ipacific.com/forum/index.php?topic=942.0 http://www.ipacific.com/forum/index.php?topic=943.0 http://www.ipacific.com/forum/index.php?topic=944.0 http://www.ipacific.com/forum/index.php?topic=946.0 http://www.ipacific.com/forum/index.php?topic=947.0 http://www.ipacific.com/forum/index.php?topic=948.0 http://www.ipacific.com/forum/index.php?topic=949.0 http://www.ipacific.com/forum/index.php?action=profile;area=summary;u=2367 http://raptisoft.com/forum/index.php?topic=3242.0 http://raptisoft.com/forum/index.php?topic=3243.0 http://raptisoft.com/forum/index.php?topic=3244.0 http://raptisoft.com/forum/index.php?topic=3245.0 http://raptisoft.com/forum/index.php?topic=3246.0 http://raptisoft.com/forum/index.php?topic=3247.0 http://raptisoft.com/forum/index.php?topic=3248.0 http://raptisoft.com/forum/index.php?topic=3249.0 http://raptisoft.com/forum/index.php?topic=3250.0 http://raptisoft.com/forum/index.php?action=profile;area=summary;u=7289 http://sober4life.org/forum/index.php?topic=113874.0 http://sober4life.org/forum/index.php?topic=113876.0 http://sober4life.org/forum/index.php?topic=113877.0 http://sober4life.org/forum/index.php?topic=113878.0 http://sober4life.org/forum/index.php?topic=113879.0 http://sober4life.org/forum/index.php?topic=113880.0 http://sober4life.org/forum/index.php?topic=113881.0 http://sober4life.org/forum/index.php?topic=113882.0 http://sober4life.org/forum/index.php?topic=113883.0 http://sober4life.org/forum/index.php?action=profile;u=127684