Click here to Skip to main content
15,867,756 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Need to find what are all objects initialized/running in application.

I have developed Windows Phone Application, some times app gets crashed while navigating the pages. Need to find the what are all objects running and also find memory consumption by each objects.

Thanks in Advance
Posted
Comments
gggustafson 17-Jun-14 9:11am    
To what end?
johannesnestler 17-Jun-14 9:28am    
better debug your code and remove the root of the crash, if it's really a memory consumption problem, you'll have to solve it anyway. btw: "objects running"? did you mean specific (typed) instances?
Ramanujam Shankar 18-Jun-14 2:16am    
Unable to find the root of the crash. I don't want to check specific type of object. Just want to know what are all objects running in application and have to know each objects how much memory consumed. Then easily to handle that particular object (i.e. clear that object values or uninitialized it)
gggustafson 18-Jun-14 11:54am    
When you say "object running" do you mean threads running?
Ramanujam Shankar 18-Jun-14 23:43pm    
It's not like thread. It's like some class objects crated and initialized then assign the some values using list objects etc....
Sometimes these objects not cleared then it's occupied memory also not cleared.
I want to check these objects (i.e. which are all objects holding memory)

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