In one project I need to get processes, so I wrote suited class. Class is working, I can get any information for any process from list. But after testing I had noticed that when proggy is run in debugger, it can get more complex data for processes, than it's run outside debugger. For example it can get executable path for svchost.exe in debugger, outside not. Or some run services, outside debugger not.
Question is how to have the same data when proggy is debugged or not?
