We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb0446 commit 0b77e6fCopy full SHA for 0b77e6f
src/PowerShellEditorServices/Debugging/StackFrameDetails.cs
@@ -110,6 +110,10 @@ public class StackFrameDetails
110
/// <param name="localVariables">
111
/// A variable container with all the local variables for this stack frame.
112
/// </param>
113
+ /// <param name="workspaceRootPath">
114
+ /// Specifies the path to the root of an open workspace, if one is open. This path is used to
115
+ /// determine whether individua stack frames are external to the workspace.
116
+ /// </param>
117
/// <returns>A new instance of the StackFrameDetails class.</returns>
118
static internal StackFrameDetails Create(
119
PSObject callStackFrameObject,
0 commit comments