Skip to content

Commit

Permalink
DebuggerDisplay
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahimatay authored Sep 30, 2024
1 parent 9a8ebb7 commit fb101d3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DebuggerDisplay/Program.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
using System.Diagnostics;

//
// Tell the debugger what to show using the DebuggerDisplay Attribute (C#, Visual Basic, F#, C++/CLI)
// https://learn.microsoft.com/en-us/visualstudio/debugger/using-the-debuggerdisplay-attribute?view=vs-2022

//DebuggerDisplayAttribute Class
// https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.debuggerdisplayattribute?view=net-8.0

var person = new Person();

Expand Down

0 comments on commit fb101d3

Please sign in to comment.