Partager via


BKPT

This ARM10 instruction causes a software breakpoint to occur. The common _trap intrinsic supports BKPT.

int __trap(
  int Arg1
);

Parameters

  • Arg1
    [in] Address of breakpointed instruction.

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Armintr.h.

See Also

Common Intrinsic Functions | ARM10 Intrinsic Functions

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.