Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey there,

Anyone know if there is way to remote debug .NET process if that process starts multiple instances of itself and debugging a single instance of the process should not interfere the other instances from continuing?

For example I have A.exe. Now I start 10 instances of the A.exe process and want to debug a single process remotely. Since this A.exe has multiple started instances and same dlls - when I attach vith VisualStudio it freezes other processes using same dlls, which is a bad thing for me.
Any other options I have here without putting logs in code and checking the output in test files?
Ideal thing would be to be able to step through the code.
Maybe there is some kind of tool I could use or something?

Thanks.
BR
N/A

What I have tried:

Visual studio debugger.
Googling ;]
Posted

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