Skip to content

Commit

Permalink
Enhanced Bootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
rstropek committed Dec 15, 2014
1 parent 0cc919b commit 2e5d9c9
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -24,7 +24,8 @@ protected override void Run()
{
this.Engine.Log(LogLevel.Verbose, "Running the custom WPF UI.");

Debugger.Launch();
// Uncomment the following line to debug bootstrapper
// Debugger.Launch();

using (var container = this.SetupCompositionContainer())
{
Expand Down

0 comments on commit 2e5d9c9

Please sign in to comment.