There seems to be many methods for debugging a windows 10/7, including USB or network or COM
But which of them is the fastest? I have only used COM and it seems to be really slow compared to debugging a local usermode application, was wondering what is the fastest method? is there any method that makes debugging kernel as fast as user-mode apps or close?
by fast I mean for example the amount of time for the single steps to take or amount of time for windbg to execute commands, because right now even the simplest commands sometimes take too long
Also what is the fastest method for windows 7?