Put in lots of code to break on exceptions in the debugger.
Made the cloud provider able to report that it is loading
This commit is contained in:
parent
7ef6132bd1
commit
fa97829073
23 changed files with 194 additions and 106 deletions
|
|
@ -37,6 +37,7 @@ using MatterHackers.MatterControl.PrinterCommunication;
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace MatterHackers.MatterControl.ConfigurationPage
|
||||
{
|
||||
|
|
@ -419,6 +420,7 @@ namespace MatterHackers.MatterControl.ConfigurationPage
|
|||
}
|
||||
catch (Exception)
|
||||
{
|
||||
Debugger.Break();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue