You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
varapp=(select proc from Processes where proc.IsNetApp).First;varthreads=select obj from app.MakeObjectsDump()where obj.FullName =="System.Threading.Thread";
threads.Show();
Sample 2
vardump= Attached.TakeDump();// after some usevardump2= Attached.TakeDump();
MakeObjectsDiff(dump2, dump).ShowShort();// producesDumpsdifference:18,291objectstotal
120 objects added
12 killed
43havechanges
The text was updated successfully, but these errors were encountered:
Sample 1
Sample 2
The text was updated successfully, but these errors were encountered: