This shows you the differences between two versions of the page.
|
tutorials:downloard_and_introduction [2013/10/23 12:48] james created |
tutorials:downloard_and_introduction [2013/12/23 14:50] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Downloard And Introduction ====== | + | ====== Download And Introduction ====== |
| <WRAP noprint><WRAP left box 60%> | <WRAP noprint><WRAP left box 60%> | ||
| Line 9: | Line 9: | ||
| ===== Introduction ===== | ===== Introduction ===== | ||
| - | DebugView is an application that lets you monitor debug output on your local system, or any computer | + | Under Windows 2000, XP, Server 2003 and Vista DebugView will capture: |
| - | on the network that you can reach via TCP/IP. It is capable of displaying both kernel-mode and Win32 | + | |
| - | debug output, so you don't need a debugger to catch the debug output your applications or device | + | *Win32 OutputDebugString |
| - | drivers generate, nor do you need to modify your applications or drivers to use non-standard debug | + | *Kernel-mode DbgPrint |
| - | output APIs. | + | *All kernel-mode variants of DbgPrint implemented in Windows XP and Server 2003 |
| + | |||
| + | DebugView also extracts kernel-mode debug output generated before a crash from Window's 2000/XP crash dump files if DebugView was capturing at the time of the crash. | ||
| ===== Download ===== | ===== Download ===== | ||
| - | Download from here : http://dl.cubieboard.org/software/tools/windows/Dbgview.exe | + | There is a DebugView.zip at android-sdk/lichee/tools/tools-win: |
| + | |||
| + | {{:addons:build_net01_-work-cubietruck_android-lichee-tools-tools_win_056.png|}} | ||
| + | |||
| + | Or download from here : http://dl.cubieboard.org/software/tools/windows/Dbgview.exe | ||