trap (v)~ To intercept an action or event before it occurs usually in order to do something else. Trapping is commonly used by debuggers to allow interruption of program execution at a given spot.
작성자 정보
- 지티 작성
- 작성일
컨텐츠 정보
- 52 조회
- 목록
본문
trap (v)~ To intercept an action or event before it occurs usually in order to do something else. Trapping is commonly used by debuggers to allow interruption of program execution at a given spot.