How to enable kernel debug over network on windows 11 23H2 ARM64 VM
I'm trying to remotely debug a Windows 11 ARM64 VM running on a Linux ARM64 physical machine, but I'm always having trouble successfully turning on network debug mode.
According to the documentation (https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/supported-ethernet-nics-for-network-kernel-debugging-in-windows-11), I am using a vmxnet3 virtual NIC and my configuration looks like this:
The result is always like this, no debugging NIC appears:
Virtual Machine OS Version: Windows 11 23H2 (22631.4890) ARM64
On x64 it works fine, I don't know what's the difference between the arm64 versions?