debug windows

jassie

Well-known member
Joined
Nov 13, 2012
Messages
61
Programming Experience
1-3
I want to be able to tell what objects, connections, and/or files are still open when a C# 2008 windows application is about ready to end.
To be able to tell what objects or connections are open when the C# 2008 wndows application is about to end, I placed a break point in the code before the application ended.

I looked in the 'locals' window and the only thing I was was the parameters that were passed to the application when it first started.

Thus my question, is there other window(s) I can use to see what is open before the application finishes executing?

If there are other windows can you tell me what window(s) to use and give me an order of what is the best debug window to use?
 
Back
Top Bottom