... source-destination code 目标指令码 source-code debugger源代码除错程序 source-code control system 源代码管理系统 ; 原始程序代码控制系统 ...
双语例句
1
Debugging a problem involves locating the source of the problem using a debugger (or any other tool) and using the sourcecode to track the root cause of the problem.
调试一个问题涉及到:使用调试器(或任何其它工具)找到问题的根源以及使用源代码来跟踪导致问题的根源。
2
The debugger shows a list of all the running threads, an area where you can examine variables, and another area where you can step through sourcecode.
调试器显示所有正在运行的线程列表,您可以在这里检查变量,这里也是可以逐步执行源代码的另一个位置。
3
It allows the changing of sourcecode during a debugger session, which is better than exiting the application, changing the code, recompiling, then starting another debugging session.