Skip to content

Commit 264aa79

Browse files
committed
Merge branch 'master' of https://github.com/sql-bi/AnalyzeInExcel into master
2 parents 9c78163 + af0894c commit 264aa79

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

AnalyzeInExcel/App.xaml.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ public MessageBoxResult ShowMessageQuestion(string message)
6262

6363
protected override void OnStartup(StartupEventArgs e)
6464
{
65+
66+
#if DEBUG
67+
System.Diagnostics.Debugger.Launch();
68+
#endif
69+
6570
// Store request to access options
6671
InitializeOptionRequested();
6772

0 commit comments

Comments
 (0)