blob: eb110ff25bc7085271219fb2538d98c912bbfd6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Library to include:
#include "Library/DebugLib.h"
DEBUG (("%a: %d\n", _FUNCTION_, _LINE_));
example:
DEBUG((EFI_D_INFO, "My Entry Point: 0x%08x\r\n",(CHAR16*)UefiMain));
|