Click here to Skip to main content
15,891,762 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
sir i created a window service that send the sms daily
how i check is it work properly or not using debugger plz help me.
same code in win application work fine but in service something might be wrong.plz help me
Posted

1 solution

Using debugger, attach the application with the windows service process.

1. Let the windows service run
2. Go to Visual Studio->Debug->Attach to process
3. Find the windows service thread and select it, attach it.
4. Put the break-point in your application, and it would hit it if executed.
 
Share this answer
 
Comments
Yogesh M Patil 6-Jul-10 6:30am    
thanks for reply

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900