guard to prevent from accidentally releasing with forcing the debugger to attach
This commit is contained in:
		| @ -6,8 +6,10 @@ internal class Program | ||||
| { | ||||
| 	static void Main(string[] args) | ||||
| 	{ | ||||
| #if DEBUG | ||||
| 		// Uncomment this line of code to allow for debugging | ||||
| 		//while (!System.Diagnostics.Debugger.IsAttached) { System.Threading.Thread.Sleep(100); } | ||||
| #endif | ||||
|  | ||||
| 		SDWrapper.Run(args); | ||||
| 	} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user