Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can attach the worker process to debug
Posted

1 solution

Look at the top of the file menu in your Visual Studio where you can see 'Debug' option. If you click 'Debug', then a dropdown menu would open. There is an option of 'Attach to Process', around 4th from top. Click it. A window with all running processes would open. Select the one you need to attach for debugging. Click attach and you are done. Now, if that process hits the code you should be able to DEBUG it.
 
Share this answer
 

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