release/1.0.8-rc3 #43
1 changed files with 8 additions and 1 deletions
commit
50a07102cb
|
|
@ -33,7 +33,14 @@ public partial class App : Application
|
|||
{
|
||||
AvaloniaXamlLoader.Load(this);
|
||||
#if DEBUG
|
||||
this.AttachDeveloperTools();
|
||||
try {
|
||||
this.AttachDeveloperTools();
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Console.Error.WriteLine(
|
||||
$"Could not attache developer tools : {ex.Message}");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue