VS Debugging
-
I've had some problems recently debugging with VS.NET and I thought that I would share in case anybody else came up against this problem. When debugging one class, I had insterted several extra members to be used for debugging purposes. I hit CTRL+SHIFT+B to build and then F5 to start it up. When I hit a break point, I expanded the object but to my disgust, where my new members should have been shown in the debugging window, there was a giant white space instead. The majority of my other members still showed up but none of the new ones. This took quite awhile to solve. I tried building again, shuting down VS and even rebooting the computer. Finally after a suggestion from a friend I rebuilt the solution from scratch. This took care of the problem. Jared jparsons@jparsons.org www.prism.gatech.edu/~gte477n