C# How can I track variable values at debug, i want log all process & variable values - C Sharp question

Aug 11 2010 3:24 PM
I have a solution with many projects (assembled sepparetely), all works fine, but I want merge all because i want make only one project (I want it more secure without reflection to make obfuscation process). In process of integration anything appear not be assigned correctly.


- I want run unified version of proyect and separated assemblies to log all process, to make comparisons of variables assignment & function calling processes

Please give me suggestion, would be valuable

Greets

Mark