Hi,
You may have to do below settings in registry to enable the debug prints.
Open up the registry.
Go to path, “HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Debug Print Filter”. If "Debug Print Filter" is not present then create it.
Add value “DEFAULT” : REG_DWORD : 0xFFFFFFFF and then reboot.
after windbg attachment, you could restart, without turning off debugger.
https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/reading-and-filtering-debugging-messages
Hope this helps and please help to accept as Answer if the response is useful.
Best Regards,
Carl