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

Loading…
Cancel
Save