diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-26714A57-B6B4-5E81-B512-FB520718482B.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-26714A57-B6B4-5E81-B512-FB520718482B.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,28 @@ + + + + + +Debug Monitor +ToolDescribes how to get basic information about the system state when +problems occur on hardware to help you debug your software. +

Device drivers are typically run and debugged on target hardware rather +than on the Emulator. The tool that provides this information is called the debug +monitor or the crash debugger.

+

The debug monitor is used when the Kernel faults. This can happen because +there is a fault in a kernel-side component, such as a device driver, or because +a thread or process marked as system-critical crashes.

+

Note that the debug monitor is one of the basic ways of debugging software +problems on target hardware. Full interactive debugging on reference hardware +and some real phones is available through commercial IDEs.

+
+ +H4 in the Debug Monitor (or Why is the board flashing?) + +
\ No newline at end of file