Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d300111

Browse files
committed
added DebuggerDisplay to CLRObject
1 parent d5514fe commit d300111

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/clrobject.cs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace Python.Runtime
66
{
77
[Serializable]
8+
[DebuggerDisplay("clrO: {inst}")]
89
internal class CLRObject : ManagedType
910
{
1011
internal object inst;

0 commit comments

Comments
 (0)