Solutionunvalidated

You can set the trap flag to cause an `EXCEPTION_SINGLE_STEP`. — On Windows. Outcome: context.EFlags |= 0x100; // set trap flag.

a6684679-b034-4eef-af12-2a949033ce66

You can set the trap flag to cause an EXCEPTION_SINGLE_STEP. — On Windows. Outcome: context.EFlags |= 0x100; // set trap flag.