Call stack download temporary file ccmaker
In the Debug Snapshot view, you see a call stack and a variables pane. When you select frames of the call stack in the call stack pane, you can view local variables and parameters for that function call in the variables pane. Click the Download Snapshot button to download a .diagsession file, However, no other processes knows about the file because I just created it. And the call stack is just my code getting to dispose of the small object that keeps track of the temp file. It seems that either Image, or the Bitmap image is holding on to the file after the mainwindow is disposed.