Skip to content

Enhancement to StackTraceDecoder #92

@wmjordan

Description

@wmjordan

Please consider making the following changes to the stack trace decoder in ConfuserEx\StackTraceDecoder.xaml:

  1. Using PasswordBox instead of TextBox for the PassBox.
<PasswordBox x:Name="PassBox" Grid.Row="1" Grid.Column="1" Margin="5" VerticalContentAlignment="Center"/>
  1. Making the stackTrace box word-wrapped.
<TextBox x:Name="stackTrace" Grid.ColumnSpan="2" Grid.Row="2" Margin="5" AcceptsReturn="True" FontFamily="Consolas"
                 ScrollViewer.HorizontalScrollBarVisibility="Auto" ScrollViewer.VerticalScrollBarVisibility="Visible"
                 TextWrapping="Wrap" />

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions