> On Jun 13, 2015, at 9:38 AM, Eric Wittmayer <e...@frescologic.com> wrote:
> 
> Hello EDK developers,
>   I'm looking for suggestions on the easiest development setup for a USB 3
> device Dxe driver.  Ideally, I'd prefer a virtualized on a windows host that
> lets me pass through the USB3 device to the UEFI guest.  
> I have been using Duet and can build and run a basic driver that will start
> on my device.  I haven't been able to get debug output using the DEBUG macro
> from my driver.  I check DebugPrintEnabled ( ) and DebugCodeEnabled ( ) in
> my driver and I can see they are both enabled so I'm not sure why I don't
> see output from DEBUG.
> I would also like to see the debug output from the USB stack.  Is that
> possible with Duet?
> 

Eric,

I’m not sure what Duet does? But if you add the -y build.log (or 
--report-file=build.log) to the build command the log file will show you what 
instance of the DebugLib is in use. You can also see the PCD settings, and 
other useful information about all the drivers. 

Thanks,

Andrew Fish

> Thanks,
> Eric
> 
> 
> ------------------------------------------------------------------------------
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/edk2-devel


------------------------------------------------------------------------------
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to