英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 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       







请输入英文单字,中文词皆可:

debugging    音标拼音: [dib'ʌgɪŋ]
调试

调试

debugging
除错

debugging
除错

The process of attempting to determine the cause
of the symptoms of malfunctions in a program or other system.
These symptoms may be detected during testing or use by real
users.

Symptoms are often caused by factors outside the program, such
as misconfiguration of the user's {operating system},
misunderstanding by the user (see {PEBCAK}) or failures in
other external systems on which the program relies. Some of
these are more in the realm of {technical support} but need to
be eliminated. Debugging really starts when it has been
established that the program is not behaving according to its
specification (which may be formal or informal). It can be
done by visual inspection of the {source code}, {debugging by
printf} or using a {debugger}. The result may be that the
program is actually behaving as specified but that the spec is
wrong or the requirements on which it was based were deficient
in some way (see {BAD}).

Once a bug has been identified and a fix applied, the program
must be tested to determine whether the bug is really fixed
and what effects the changes have had on other aspects of the
program's operation (see {regression testing}).

The term is said to have been coined by {Grace Hopper}, based
on the term "{bug}".

(2006-11-27)


请选择你想看的字典辞典:
单词字典翻译
debugging查看 debugging 在百度字典中的解释百度英翻中〔查看〕
debugging查看 debugging 在Google字典中的解释Google英翻中〔查看〕
debugging查看 debugging 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • What Is Debugging? - IBM
    Automated debugging relies on analytics, artificial intelligence (AI) and machine learning algorithms to automate one or more steps of the debugging process AI-powered debugging tools can search through large sets of code more quickly to identify errors or narrow down sections of code that can then be more thoroughly examined by a developer
  • What is a debugger and how can it help me diagnose problems?
    Remember that debugging is a process going backward You have the end result - a bug - and find the cause, which preceded it It's about working your way backward and, unfortunately, debuggers only step forwards This is where good logging and postmortem analysis can give you much better results
  • debugging - How does a debugger work? - Stack Overflow
    For native debugging on Windows you can find some details on MSDN: Win32 Debugging API The user tells the debugger which process to attach to, either by name or by process ID If it is a name then the debugger will look up the process ID, and initiate the debug session via a system call; under Windows this would be DebugActiveProcess
  • debugging - What is the difference between Step Into and Step Over in a . . .
    A method is about to be invoked, but you're not interested in debugging this particular invocation, so you want the debugger to execute that method completely as one entire step Step Return You're done debugging this method step-by-step, and you just want the debugger to run the entire method until it returns as one entire step Resume
  • debugging - How to step through Python code to help debug issues . . .
    PyCharm Tutorial - Debug python code using PyCharm (the debugging starts at 6:34) Note: PyCharm is a commercial product, but the company does provide a free license to students and teachers, as well as a "lightweight" Community version that is free and open-source
  • debugging - Visual Studio loading symbols - Stack Overflow
    You can try the following answer to Visual Studio debugging loading very slow: Go to Tools -> Options -> Debugging -> General CHECK the checkmark next to "Enable Just My Code" Go to Tools -> Options -> Debugging -> Symbols Click on the " " button and create select a new folder somewhere on your local computer to store cached symbols
  • What is Vibe Coding? | IBM
    Debugging challenges: Code generated by AI is challenging to debug because it's dynamic and lacks architectural structure 4 Maintenance and updates: Many times, if the software application is not updated in a timely manner, it becomes outdated which is why they require regular maintenance as well as updates Applications built using AI
  • debugging - How do I debug a stand-alone VBScript script . . . - Stack . . .
    I have a VBScript script that takes 2 command-line arguments and does some validation I need to debug this to see how the program is getting executed I was trying to paste this into Excel (using
  • debugging - How to run debug a streamlit application from an IDE . . .
    An addition to @Ben's answer (module debugging part): if your script needs to be run with some args you can easily add them as run main py -- --option1 val1 --option2 val2 Note the first --with blank: it is needed to stop streamlit argument parsing and pass to main py argument parsing





中文字典-英文字典  2005-2009