성태의 닷넷 이야기
홈 주인
모아 놓은 자료
프로그래밍
질문/답변
사용자 관리
사용자
메뉴
아티클
외부 아티클
유용한 코드
온라인 기능
MathJax 입력기
최근 덧글
[정성태] VT sequences to "CONOUT$" vs. STD_O...
[정성태] NetCoreDbg is a managed code debugg...
[정성태] Evaluating tail call elimination in...
[정성태] What’s new in System.Text.Json in ....
[정성태] What's new in .NET 9: Cryptography ...
[정성태] 아... 제시해 주신 "https://akrzemi1.wordp...
[정성태] 다시 질문을 정리할 필요가 있을 것 같습니다. 제가 본문에...
[이승준] 완전히 잘못 짚었습니다. 댓글 지우고 싶네요. 검색을 해보...
[정성태] 우선 답글 감사합니다. ^^ 그런데, 사실 저 예제는 (g...
[이승준] 수정이 안되어서... byteArray는 BYTE* 타입입니다...
글쓰기
제목
이름
암호
전자우편
HTML
홈페이지
유형
닷넷
.NET 3.0
.NET 3.5
.NET 4.0
VC++
개발 환경 구성
제품 소개
VS.NET IDE
Vista
Windows 7
Windows 8
Windows 서버
Team Foundation Server
IIS
디버깅 기술
Win32
64비트
오피스
웹
기타
Phone
부모글 보이기/감추기
내용
<div style='display: inline'> <br /> <div style='font-family: 맑은 고딕, Consolas; font-size: 20pt; color: #006699; text-align: center; font-weight: bold'>Visual Studio 디버깅 100% 활용</div><br /> <br /> Visual Studio는 유료라는 것에 걸맞게 매우 강력한 기능들을 제공해 줍니다. 디버깅 관련해서는 ... 타의 추종을 불허한다고 해도 과언이 아닐까 싶은데요. (이런 강력한 디버깅을 지원하는 IDE 환경이 또 있나요?)<br /> <br /> 하지만, 그 강력한 기능들을 십분 활용도 못하고 그저 "IntelliSense" 도구로만 사용하고 있는 개발자들을 심심치 않게 봅니다. (디버깅을 printf 류의 방식으로 하는 분들도 아직 있죠 아마!)<br /> <br /> 그런 분들에게 아래의 글들을 강력하게 추천하고 싶습니다.<br /> <br /> 꼭 시간 내어서 읽어보십시오. 스크린 캡쳐화면과 함께 지루하지 않게 설명하고 있기 때문에 천천히 읽어보시면서 실습을 하시면 어느새 버그를 찾기 위한 문제 해결 방법이 극적으로 향상될 것입니다.<br /> <br /> <pre style='margin: 10px 0px 10px 10px; padding: 10px 0px 10px 10px; width: 800px; background-color: #fbedbb; overflow-x: scroll; font-family: Consolas, Verdana;' > The Art of Debugging - A Developer’s Best Friend Intro - Lesson 1- Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-intro-lesson-1-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-intro-lesson-1-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 2 - Breakpoints in SubExpressions - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-2-breakpoints-in-subexpressions-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-2-breakpoints-in-subexpressions-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 3 - BreakPoint HitCount - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-3-breakpoint-hitcount-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-3-breakpoint-hitcount-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 4 - Debugging Threads - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-4-debugging-threads-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-4-debugging-threads-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 5 - Using TracePoints - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-5-using-tracepoints-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-5-using-tracepoints-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 6 - Watch and Immediate Windows - Advanced Techniques - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-6-watch-and-immediate-windows-advanced-techniques-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-6-watch-and-immediate-windows-advanced-techniques-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 7 - Advanced Techniques - Using Object ID - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-7-advanced-techniques-using-object-id-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-7-advanced-techniques-using-object-id-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 8 - The Garbage Collector - GC - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-8-the-garbage-collector-gc-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-8-the-garbage-collector-gc-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 9 - The Set Next Statement - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-9-the-set-next-statement-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-9-the-set-next-statement-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 10 - Debugging Threads - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-10-debugging-threads-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-10-debugging-threads-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 11 - SQL Server Stored Procedures - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-11-sql-server-stored-procedures-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-11-sql-server-stored-procedures-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 12 - Debugging Javascript In Web Pages - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-12-debugging-javascript-in-web-pages-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-12-debugging-javascript-in-web-pages-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 13 - Debugging VBScript - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-13-debugging-vbscript-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-13-debugging-vbscript-repost</a> The Art of Debugging - A Developer’s Best Friend - Lesson 14 - Using the Symbol Server - Repost ; <a target='_tab' href='https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-14-using-the-symbol-server-repost'>https://learn.microsoft.com/en-us/archive/blogs/brunoterkaly/the-art-of-debugging-a-developers-best-friend-lesson-14-using-the-symbol-server-repost</a> </pre> <br /><br /><hr /><span style='color: Maroon'>[이 토픽에 대해서 여러분들과 의견을 공유하고 싶습니다. 틀리거나 미흡한 부분 또는 의문 사항이 있으시면 언제든 댓글 남겨주십시오.]</span> </div>
첨부파일
스팸 방지용 인증 번호
4400
(왼쪽의 숫자를 입력해야 합니다.)