How to ignore Indy component exception while debugging in C++ Builder
(디버깅 중에 Indy component exception이 나타나지 않게 하는 방법)
C++ Builder에서 Indy component를 자주 사용하는데 디버깅 할 때마다 exception 메시지가 자주 나타나 짜증이 난다.
이럴때 안나오게 하는 방법이 있다.
Tools - Debugger Options - Language Exceptions
이곳에 무시하고 싶은 exception을 추가하면 디버깅 중에 나타나지 않는다.
가장 흔하고 필요없다고 생각하는 것을 추가한다면
EidConnClosedGraceFully
EidReadTimeout
EidClosedSocket
위의 것들이 아닐까 생각한다.
'Borland' 카테고리의 다른 글
Beeper 설정(비프음 설정) (0) | 2014.08.14 |
---|---|
[x64] [ilink64 Error] Fatal: Unable to open file 'BDERTL.A' (0) | 2014.07.15 |
Installing LEADTOOLS VCL(Visual Component Library) (0) | 2014.07.15 |
SetWindowPos() 함수를 이용해서 Dialog가 뒤로 사라지는 문제 수정 (0) | 2014.04.29 |
STL Container 사용법(vector, map, list) (0) | 2013.01.30 |