Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 957 Bytes

File metadata and controls

42 lines (32 loc) · 957 Bytes
title Set Current Stack Frame Command
description Learn about the Set Current Stack Frame command and how it allows you to set a particular stack frame.
ms.date 11/04/2016
ms.topic reference
f1_keywords
debug.setcurrentstackframe
helpviewer_keywords
Set Current Stack Frame command
Debug.SetCurrentStackFrame command
author Mikejo5000
ms.author mikejo
ms.subservice general-ide

Set Current Stack Frame Command

Allows you to set a particular stack frame.

Syntax

Debug.SetCurrentStackFrame index

Arguments

index

Required. Selects a stack frame by its index.

Example

>Debug.SetCurrentStackFrame 1

See also