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 class StackTraceId
- Inheritance
-
StackTraceId
- Inherited Members
Properties
DebuggerId
debuggerId
[JsonPropertyName("debuggerId")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? DebuggerId { get; set; }
Property Value
Id
id
[JsonPropertyName("id")]
public string Id { get; set; }