DebugPrint() in miniport.h

Hi.

I’m going to make a SCSI miniport driver.
I want to print some message to WinDbg just like all(?) programmer doing.
But DebugPrint() - macro of ScsiDebugPrint() did’t work!
Also DbgPrint() desen’t work too.

How can I see my messages in WinDbg?

p.s. My Target machine running free build binaries
except ntoskrl.exe, hal.dll and my own codes.

Thanks…