语言选择:
免费网上英汉字典|3Dict

breakpoint

资料来源 : pyDict

中断点,断点

资料来源 : Free On-Line Dictionary of Computing

breakpoint
     
         A point in a {program} that, when reached,
        triggers some special behavior useful to the process of
        {debugging}; generally, breakpoints are used to either pause
        program {execution}, and/or {dump} the values of some or all
        of the program {variables}.  Breakpoints may be part of the
        program itself; or they may be set by the programmer as part
        of an {interactive} session with a debugging tool for
        scrutinizing the program's execution.
     
        (1999-06-07)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z