I want some kind of utility more like Call Stack which gives me list of all the methods/properies that are executing in the current run, something that works on realtime will be good.
Actually i am refactoring my code and wants to keep an eye on things that are not usable or things that should be avoided. I am using FxCop but that is not powerful enough to serve the purpose.
Kindly help Thanks