sysprogs / VirtualKD

218 stars 86 forks source link

DbgBreakPoint() on start option is not working on windbg 10.0.10586. #2

Open hulucc opened 8 years ago

hulucc commented 8 years ago

According to the document, command-line option -b is no longer supported in windbg 10.0.10586. So the DbgBreakPoint() on start option which is actually passing the -b to windbg don't work any more. By the way, now we can set the initial break point by "sxe ibp".