Click to return to the Component Development home page    
BREAKREASON Enumerated Ty...     DOCUMENTNAMETYPE Enumerat...     Active Script Degugging A...    
Web Workshop  |  Component Development

BREAKRESUMEACTION Enumerated Type


Describes how to continue from a breakpoint.

Syntax

typedef enum tagBREAKRESUME_ACTION {
    BREAKRESUMEACTION_ABORT,
    BREAKRESUMEACTION_CONTINUE,
    BREAKRESUMEACTION_STEP_INTO,
    BREAKRESUMEACTION_STEP_OVER,
    BREAKRESUMEACTION_STEP_OUT
} BREAKRESUMEACTION;

Constants

BREAKRESUMEACTION_ABORT
Abort the application.
BREAKRESUMEACTION_CONTINUE
Continue running.
BREAKRESUMEACTION_STEP_INTO
Step into a procedure.
BREAKRESUMEACTION_STEP_OVER
Step over a procedure.
BREAKRESUMEACTION_STEP_OUT
Step out of the current procedure.

Enumerated Type Information

Windows NTUse version 4.0
WindowsUse Windows 95 and later
HeaderActivdbg.h
Minimum availabilityInternet Explorer 4.0


Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.