Hi
My recent experience with UEFI has shown me that in this environment it is extremely difficult to debug your code and it would be extremely helpful to have some additional jit debug output streams.
The idea I want to discuss is to extend the functionality of DebugCenter to receive messages over Ethernet, using on the sender side the native communication services provided by UEFI. In this way, specifying a network address of the computer running DC allows the debuggee to send debug information to DebugCenter over the network.
Sounds simple, but it is certainly not.

Biterider