Odd one this, never seen it before:
This is running on a DHCP network, the target NIC supports network debugging, the host has been used successfully many times over the years to debug targets. (The target is a client machine)
As you can see it gets stuck in OK:
Waiting to reconnect…
Connected to target 192.168.203.2 on port 50000 on local IP 192.168.203.1.
You can get the target MAC address by running .kdtargetmac command.
Connected to Windows 10 17134 x64 target at (Mon Feb 18 11:57:57.242 2019 (UTC + 0:00)), ptr64 TRUE
…
it broke (I dont know why, it hasnt debugged before so wont have an initial breakpoint set, could be a clue) so I put in a kdfile:
Break instruction exception - code 80000003 (first chance)
-
*
- You are seeing this message because you pressed either *
-
CTRL+C (if you run console kernel debugger) or, *
-
CTRL+BREAK (if you run GUI kernel debugger), *
- on your debugger machine’s keyboard. *
-
*
-
THIS IS NOT A BUG OR A SYSTEM CRASH *
-
*
- If you did not intend to break into the debugger, press the “g” key, then *
- press the “Enter” key now. This message might immediately reappear. If it *
- does, press “g” and “Enter” again. *
-
*
nt!DbgBreakPointWithStatus:
fffff802`e4a3ecf0 cc int 3
0: kd> .kdfiles c:\drivers.txt
KD file associations loaded from ‘c:\drivers.txt’
0: kd> g
KDTARGET: Refreshing KD connection
At this point it fell off the debugger. The resynch doesnt help either. Something very fish is going on…