I am debugging my program and need to see the data that is being housed with the various variable as I step through line by line. I have seen this done before but never really paid attention to where and how to do this. Will someone please be kind enough to tell me where i can find this tool.
Thanks
Jan MontanoPosted Aug 6, 2007, 2:21 AM
I think you're referring to the Debug Window. You can make it appear by selecting Debug->Windows->Locals(Ctrl+D,L) or Debug->Windows->Autos(Ctrl+D,A).
Cheers,
Jan