
MEN Micros New ESMexpress® Standard: XM1
MEN Micros new XM1 ESMexpress® System-On-Module, based on the new ANSI-VITA 59 (RSE Rugged System-On-Module Express) computing standard in development, brings the cost and time savings of computer-on-modules (COMs) technology to rugged, harsh and mission-critical environments.
The XM1 features the first-generation Intel® Atoml® processor (Z530 at 1.6 GHz or Z510 at 1.1 GHz) based on 45-nm technology.

| |
best websites for debugger:
-
books, webinars, associations...
(7 records)
articles
(6 records)
papers
(6 records)
overviews, blogs, tutorials...
(5 records)
top ten, free stuff, & vendors for debugger:
e-clips
"eReport: "
best websites for debugger
demos, shareware & freeware for debugger
debugger vendor guide
debugger services guide

| 
| 
FREE guide on the venerable 8051 - tutorials, white papers, top vendors. Just released - March, 2009. Cool news.
Even 'intellectual property' - everything and anything on the 8051!
 | 
| 
|
|
Definition: 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)
| |
|