Hi,
I'm using C#.
Is it possible to check how much memory each variable in my code has been using during the runtime?
I can't get a clue as to which construct in my code has been using up memory which is ultimately leading my system to crash.
Thank You