Graphical Debugging Shell for ReactOS Kernel Debugger (KDBG)
Go to file
Gregor Schneider 608b236db9 RosDbg Part 3/3:
- Named pipe implementation based on .net namespace IO.Pipes with support of threads
- Previous win32 test version would strip random characters from debug messages and crash on entering kdbg (related to .net ReadFile approach)
- Works with QEMU (Client mode), VirtualBox (Client and Server), VMware Server (Client and Server)
- Usually faster than pure serial connection mode

Known bugs: 
- Input to kdbg using /KDSERIAL is not displayed until enter pressed (but input works)
- Reconnect issues, depending on virtual machine behaviour

svn path=/trunk/tools/reactosdbg/; revision=861
2008-10-12 21:55:50 +00:00
DbgHelp kill the warnings 2008-08-09 13:08:21 +00:00
dbghelptest Added for ease of use. 2008-09-16 08:18:44 +00:00
DebugProtocol RosDbg Part 1/3: 2008-10-12 21:34:05 +00:00
Pipe RosDbg Part 3/3: 2008-10-12 21:55:50 +00:00
RosDBG RosDbg Part 2/3: 2008-10-12 21:43:31 +00:00
ReactosDBG.sln A debugging shell for use with KDBG. Not perfect yet but it can display the 2008-07-31 07:00:10 +00:00