|
|
Featured Products:
| 
|
PrismX - GUI Development
The PrismX development package is a professional quality graphical user interface toolkit created to meet the needs ...


FileX®
FileX® is a high-performance MS-DOS FAT-16/FAT-32 compatible file system, fully integrated with ThreadX.
FileX combines ...


Introducing EngineerZone, where
A new online technical support forum by Analog Devices providing direct access to DSP support engineers.
Search FAQs and ...

  |
| 
| 
|
| |
Advertise here! |
eg3 connect Got talent? Need VC / Angel Funding? If you are an entrepreneur with a great idea, or a VC / Angel investor looking for the brightest new people with the best new ideas in electronics - check out our 'eg3 connect' microsite!

| |
 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
 |
overview
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A debugger is a computer program that is used to test and debug other programs.
The code to be examined might alternatively be running on an instruction set simulator (ISS), a technique that allows great power in its ability to halt when specific conditions are encountered but which will typically be much slower than executing the code directly on the appropriate processor.
When the program crashes, the debugger shows the position in the original code if it is a source-level debugger or symbolic debugger, commonly seen in integrated development environments.
If it is a low-level debugger or a machine-language debugger it shows the line in the disassembly. (A "crash" happens when the program cannot continue because of a programming bug. For example, perhaps the program tried to use an instruction not available on the current version of the CPU or attempted access to unavailable or protected memory.) Typically, debuggers also offer more sophisticated functions such as running a program step by step (single-stepping), stopping (breaking) (pausing the program to examine the current state) at some kind of event by means of breakpoint, and tracking the values of some variables.
Some debuggers have the ability to modify the state of the program while it is running, rather than merely to observe it. Source: Wikipedia (http://en.wikipedia.org/wiki/Debugger)
Here are the best overviews and tutorials for debugger:
- overview, 3 stars
-
Debugger @ Wikipedia
A debugger is a computer program that is used to test and debug other programs.
The code to be examined might alternatively be running on an instruction set simulator (ISS), a technique that allows great power in its ability to halt when specific conditions are encountered but which will typically be much slower than executing the code directly on the appropriate processor.
When the program crashes, the debugger shows the position in the...
- tutorial, 3 stars
-
Boundary Scan Tutorial
In this tutorial, you will learn the basic elements of boundary-scan architecture - where it came from, what problem it solves, and the implications on the design of an integrated-circuit device.
The core reference is the IEEE 1149.1 Standard:
To browse all sites for 'DEBUGGERS,' click
here
.
| |