退出点 meaning in English
exit point
withdrawing point
Examples
- To set a breakpoint on the exit point of a function call
在函数调用的退出点上设置断点 - By following the entry and exit points , it is possible to see any unexpected code paths taken by the program
透过追踪进入和退出点,可以看出程序是否采用了意外的程式码路径。 - Provides comprehensive statement and decision coverage , invoking every point of entry and exit in the program at least once
提供全面的语句及决策覆盖,至少一次调用程序中的每个进入和退出点,配备 - So , now you can provide profiling functions to gcc that it will transparently insert into your application s function entry and exit points
因此,现在您就可以为gcc提供一些分析函数了,这些函数可以透明地插入应用程序中的函数入口点和函数退出点。