program debugging - определение. Что такое program debugging
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое program debugging - определение

SPECIAL KIND OF SYMBOL THAT ATTACHES ADDITIONAL INFORMATION TO THE SYMBOL TABLE OF AN OBJECT FILE, SUCH AS A SHARED LIBRARY OR AN EXECUTABLE, ALLOWING A SYMBOLIC DEBUGGER TO GAIN ACCESS TO INFORMATION FROM THE SOURCE CODE OF THE BINARY
Debug Symbols; Symbolic debugging; Debugging symbol

Dynamic debugging technique         
DEBUGGER PROGRAMS ORIGINALLY DEVELOPED FOR DEC HARDWARE; THE NAME IS A PUN ON THE INSECTICIDE (I.E. BUG-KILLER) DDT
HACTRN; Hactrn; PWORD; The HACTRN; Dynamic Debugging Tool; CP/M DDT; DDT (CP/M); Dynamic debugging tool; DDT-86; DDT (CP/M command); DDT (command); DDT-68K; DDT (Novell); DDT (Digital Research); Tracing debugging technique; Tracing Debugging Technique; Dynamic Debugging Technique; DDT86.CMD
Dynamic Debugging Technique (DDT) is a series of debugger programs originally developed for Digital Equipment Corporation (DEC) hardware, initially known as DEC Debugging Tape because it was distributed on paper tape. The name is a pun on the insecticide DDT.
DEBUG         
  • A computer log entry from the Mark II, with a moth taped to the page
  • Xbox]] debug unit intended for developers.
PROCESS OF FINDING AND RESOLVING DEFECTS OR PROBLEMS WITHIN A COMPUTER PROGRAM
Debugged; Remote debugging; Debuggery; Post-mortem debugging; De Bug; Debug; Steps To Reproduce; Saff Squeeze; Printf debugging; Anti-debugging code; Anti-debugging; Print debugging; De-bug; Debugger detection; Steps to reproduce
<software, tool> The bundled compiler/assembler for DOS/Windows after CP/M. [Did CP/M have "DEBUG"?] ["DOS Power Tools, Techniques, Tricks, and Utilities, PC Magazine, Paul Somerson Executive Editor, Bantam Books, 1988]. (2003-06-17)
debug         
  • A computer log entry from the Mark&nbsp;II, with a moth taped to the page
  • Xbox]] debug unit intended for developers.
PROCESS OF FINDING AND RESOLVING DEFECTS OR PROBLEMS WITHIN A COMPUTER PROGRAM
Debugged; Remote debugging; Debuggery; Post-mortem debugging; De Bug; Debug; Steps To Reproduce; Saff Squeeze; Printf debugging; Anti-debugging code; Anti-debugging; Print debugging; De-bug; Debugger detection; Steps to reproduce
¦ verb (debugs, debugging, debugged)
1. remove errors from (computer hardware or software).
2. detect and remove concealed microphones from.
Derivatives
debugger noun

Википедия

Debug symbol

A debug symbol is a special kind of symbol that attaches additional information to the symbol table of an object file, such as a shared library or an executable. This information allows a symbolic debugger to gain access to information from the source code of the binary, such as the names of identifiers, including variables and routines.

The symbolic information may be compiled together with the module's binary file, or distributed in a separate file, or simply discarded during the compilation and/or linking.

This information can be helpful while trying to investigate and fix a crashing application or any other fault.