次の方法で共有


BKPT (Windows CE 5.0)

Send Feedback

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

Header: Armintr.h.

See Also

Common Intrinsic Function Reference | ARM10 Intrinsic Functions

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.