I have been unable to figure out how to see NDIS traces / logs. I have tried a kernel debug session via WinDbg, following the instructions for debug settings in the registry, but that doesn't seem to work.
The option to set the same through the debugger extensions doesn't work for me, either.
You know, I am not sure. I am just looking to debug the NDIS MUX driver in the driver samples. My entire stack goes down when I install it as a protocol (as described in the README).
I would just like to get some insight into what is going on.
They recommend debugging by turning on tracing here. I can't seem to find a way to look at these traces. I've tried a kernel debug session like they recommend.
learn microsoft com/en-us/windows-hardware/drivers/debugger/overview-of-ndis-debugging
Then there is DBGPRINT() / DbgPrint() used all over the code. I'd like to be able to see that as well, and don't know how.