diff --git a/src/TensorFlowNET.Core/Status/Status.cs b/src/TensorFlowNET.Core/Status/Status.cs index ce561f75..21ff6f6e 100644 --- a/src/TensorFlowNET.Core/Status/Status.cs +++ b/src/TensorFlowNET.Core/Status/Status.cs @@ -15,6 +15,7 @@ ******************************************************************************/ using System; +using System.Diagnostics; using System.Runtime.CompilerServices; using static Tensorflow.c_api; @@ -52,6 +53,7 @@ namespace Tensorflow /// /// When the returned check is not TF_Code.TF_OK [MethodImpl(MethodImplOptions.AggressiveInlining)] + [DebuggerHidden] public void Check(bool throwException = false) { if (Code != TF_Code.TF_OK)