Skip to content

Commit ad6cf9c

Browse files
committed
Explicitly track open nodes
1 parent b1bc5a1 commit ad6cf9c

File tree

2 files changed

+203
-36
lines changed

2 files changed

+203
-36
lines changed

tracer/src/Datadog.Trace/Debugger/Expressions/ProbeProcessor.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// <copyright file="ProbeProcessor.cs" company="Datadog">
1+
// <copyright file="ProbeProcessor.cs" company="Datadog">
22
// Unless explicitly stated otherwise all files in this repository are licensed under the Apache 2 License.
33
// This product includes software developed at Datadog (https://www.datadoghq.com/). Copyright 2017 Datadog, Inc.
44
// </copyright>
@@ -623,7 +623,7 @@ private void ProcessMethod<TCapture>(ref CaptureInfo<TCapture> info, ref Debugge
623623
}
624624

625625
snapshotCreator.ProcessDelayedSnapshot(ref info, HasCondition());
626-
snapshotCreator.CaptureEntryMethodEndMarker(info.Value, info.Type, info.HasLocalOrArgument ?? false);
626+
snapshotCreator.CaptureEntryMethodEndMarker(info.Value, info.Type);
627627

628628
break;
629629
case MethodState.ExitStart:

0 commit comments

Comments
 (0)