I know it’s a stupid question, but when i run my program which contains threading , i find that the memory(VM, and Memory used) by the application in the Task manager is increasing regarding that my threads are stopped at that moment, so i wonder if there’s any way to know the source of this, or just know at which line the application is compiling now? .
i used the thread watch window but i didn’t get any useful information ragarding that.
I know it’s a stupid question, but when i run my program which contains
Share
You can use the CLR Profiler application to get snapshots of your memory consumption. Then you’ll be able to identify the source of your issue.
CLR Profiler is free and available here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=be2d842b-fdce-4600-8d32-a3cf74fda5e1