본문 바로가기
Borland

How to ignore Indy component exception while debugging in C++ Builder

by leo21c 2015. 2. 4.
SMALL

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

위의 것들이 아닐까 생각한다. 

LIST