Wirebrowser Automation Script API Referece
    Preparing search index...

    Interface HookStepControls

    interface HookStepControls {
        stepInto(): void;
        stepIntoAsync(): void;
        stepOut(): void;
        stepOver(): void;
    }
    Index

    Methods

    • Request a step-into after the current handler completes.

      Returns void

    • Request a step-into with async-call following enabled.

      Returns void

    • Request a step-out after the current handler completes.

      Returns void

    • Request a step-over after the current handler completes.

      Returns void