Browse Source

Show full name of type in Breakpoint pad.

pull/205/merge
Eusebiu Marcu 14 years ago
parent
commit
a131e944c6
  1. 2
      Debugger/ILSpy.Debugger/UI/BreakpointPanel.xaml

2
Debugger/ILSpy.Debugger/UI/BreakpointPanel.xaml

@ -40,7 +40,7 @@ @@ -40,7 +40,7 @@
<GridViewColumn.CellTemplate>
<DataTemplate>
<TextBlock
Text="{Binding MemberReference.DeclaringType.Name}"
Text="{Binding MemberReference.DeclaringType.FullName}"
Margin="1,1,1,1" />
</DataTemplate>
</GridViewColumn.CellTemplate>

Loading…
Cancel
Save