中英
debugging
/ ˌdiːˈbʌɡɪŋ /
/ ˌdiːˈbʌɡɪŋ /
  • 简明
  • 柯林斯
  • n.调试以排除故障
  • v.排除故障;发现并改正错误(debug 的现在分词)
  • 网络释义
  • 专业释义
  • 英英释义
  • 1

     调试

    书上说,调试debugging)是最后的步骤,用来纠正打字的错误和疏忽。可是我的工作方法看上去却像编程就是在调试

  • 2

     调试选项状态

    ... controllers端口控制状态 debugging调试选项状态 decnetDEC网络信息 ...

  • 3

     除错

    * 程式除错 (Debugging):当程式执行不如预期时,透过方块的移动及改变来解决问题。

  • 4

     调试变量

    ... $debug_tpl [调试模型板] $debugging [调试变量] get_config_vars [取配备布置变量的值] ...

短语
查看更多
  • 双语例句
  • 原声例句
  • 权威例句
  • 1
    Materials enter into these steps in fabricability and substitution of new materials for the parts that did not make it through debugging.
    材料进入这些步骤是为了使新材料的可制造性和替代那些没有通过调试的部件。
  • 2
    Debugging and Editor Support.
    调试和编辑器支持。
  • 3
    That gets us to debugging.
    这就需要我们去调试了。
查看更多
  • 词典短语
  • 百科
  • Debugging

    Debugging is a methodical process of finding and reducing the number of bugs, or defects, in a computer program or a piece of electronic hardware, thus making it behave as expected. Debugging tends to be harder when various subsystems are tightly coupled, as changes in one may cause bugs to emerge in another.Numerous books have been written about debugging (see below: Further reading), as it involves numerous aspects, including interactive debugging, control flow, integration testing, log files, monitoring (application, system), memory dumps, profiling, Statistical Process Control, and special design tactics to improve detection while simplifying changes.

查看更多