Put in a little file to try and help track down some crashes.
This commit is contained in:
parent
9c7c80807d
commit
db1787d859
3 changed files with 65 additions and 0 deletions
|
|
@ -67,6 +67,8 @@ namespace MatterHackers.MatterControl
|
|||
public MatterControlApplication(double width, double height)
|
||||
: base(width, height)
|
||||
{
|
||||
CrashTracker.Reset();
|
||||
|
||||
this.commandLineArgs = Environment.GetCommandLineArgs();
|
||||
Thread.CurrentThread.CurrentCulture = CultureInfo.InvariantCulture;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue