K 10 svn:author V 3 jhb K 8 svn:date V 27 2020-05-09T20:14:05.179091Z K 7 svn:log V 258 MFC 357591: Read the breakpoint instruction to determine its length in BKPT_SKIP. This fixes continuing from debug.kdb.enter=1 after enabling the use of compressed instructions since the compiler can emit the two byte c.ebreak instead of the 4 byte ebreak. END