Class StackTraceId
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
Idstring
Properties
DebuggerId
public UniqueDebuggerId? DebuggerId { get; init; }
Property Value
Id
public string Id { get; init; }