Browse Source

Improve debug display for Block.

pull/787/head
Joao Matos 8 years ago
parent
commit
baa30f0aa2
  1. 2
      src/Generator/Utils/BlockGenerator.cs

2
src/Generator/Utils/BlockGenerator.cs

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using System.Text;
@ -51,6 +52,7 @@ namespace CppSharp @@ -51,6 +52,7 @@ namespace CppSharp
Fields,
}
[DebuggerDisplay("{BlockKind} | {Object}")]
public class Block : ITextGenerator
{
public TextGenerator Text { get; set; }

Loading…
Cancel
Save