Dictionary    Maps    Thesaurus    Translate    Advanced >   


Tip: Click Thesaurus above for synonyms. Also, follow synonym links within the dictionary to find definitions from other sources.

1. The Free On-line Dictionary of Computing (30 December 2018)
source-level debugger

    A debugger that shows the programmer the
   line or expression in the source code that resulted in a
   particular machine code instruction of a running program
   loaded in memory.  This helps the programmer to analyse a
   program's behaviour in the high-level terms like source-level
   flow control constructs, procedure calls, named
   variables, etc instead of machine instructions and memory
   locations.  Source-level debugging also makes it possible to
   step through execution a line at a time and set source-level
   breakpoints.

   In order to support source-level debugging, the program must
   be compiled with this option enabled so that extra information
   is included in the executable code to identify the
   corresponding positions in the source code.

   A symbolic debugger is one level lower - it displays symbols
   (procedure and variable names) stored in the executable but
   not individual source code lines.

   GDB is a widely used example of a source-level debugger.

   (2007-04-03)


Common Misspellings >
Most Popular Searches: Define Misanthrope, Define Pulchritudinous, Define Happy, Define Veracity, Define Cornucopia, Define Almuerzo, Define Atresic, Define URL, Definitions Of Words, Definition Of Get Up, Definition Of Quid Pro Quo, Definition Of Irreconcilable Differences, Definition Of Word, Synonyms of Repetitive, Synonym Dictionary, Synonym Antonyms. See our main index and map index for more details.

©2011-2024 ZebraWords.com - Define Yourself - The Search for Meanings and Meaning Means I Mean. All content subject to terms and conditions as set out here. Contact Us, peruse our Privacy Policy