I'm trying to track the process flow of my APP. I have a Service Module which I call StartupService which I have set to StartAtBoot. I have put breaks in this module but the program doesn't stop at these breaks although I know the module runs in the process as the program picks up a variable set in this service module (which I can see at a break in the APP's Starter service module). Can anyone tell me why the breaks work in the Starter service module but not in my StartupService module?