E Elmo Watson Oct 30, 2007 #1 Is there any way to step through a Windows Service, so I can see which events are firing and when?
A Alex Meleta Oct 30, 2007 #2 Hi Elmo, (not a complete solution, but may help) 1. Run it 2. In Visual Studio select Debug > Attach to Process > "Show process from all users". 3. Make some event to meet a breakpoint(s) Regards, Alex [TechBlog] http://devkids.blogspot.com EW> Is there any way to step through a Windows Service, so I can see EW> which events are firing and when? EW>
Hi Elmo, (not a complete solution, but may help) 1. Run it 2. In Visual Studio select Debug > Attach to Process > "Show process from all users". 3. Make some event to meet a breakpoint(s) Regards, Alex [TechBlog] http://devkids.blogspot.com EW> Is there any way to step through a Windows Service, so I can see EW> which events are firing and when? EW>