I understand that there is a problem with using a debugger (for C++, but I would expect a similar problem in VB) while testing a full screen graphics program (game). In Visual C++, the best solution I have heard of is to use two monitors. One runs the code, while the other holds the debugger, etc.

Does anybody have information, resources, books, links, etc. that could give me some info with this?