Table of Contents

Class StackTraceId

Namespace
Selenium.WebDriver.BiDi.Cdp.Runtime
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages.

public sealed record StackTraceId : IEquatable<StackTraceId>
Inheritance
StackTraceId
Implements
Inherited Members

Constructors

StackTraceId(string)

If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages.

public StackTraceId(string Id)

Parameters

Id string

Properties

DebuggerId

public UniqueDebuggerId? DebuggerId { get; init; }

Property Value

UniqueDebuggerId

Id

public string Id { get; init; }

Property Value

string