Stepping through IWindsorInstaller implementations in web services created using the WcfFacility[1] is not as immediately accessible compared to debugging the start up of a console application. The problem when trying to do this when just pressing F5 with the web service set as a start up project is that breakpoints set in the application initialization code will not be hit because the start up code has already been run before the debugger attaches to the IIS worker process. Fortunately there is