"Debug information binaries not available, would you like to continue any way?"
I think that comes up if you try to debug with a "Release" build.
Try to change it to the "Debug" build (I believe this is set under Build->Configuration Manager).
Trust me, learning the Debugger is the best thing you can do. Stepping through the code line by line might answer your question in 5 minutes.
FYI, you can set a breakpoint on a line by putting the typing cursor thing on that line, and hitting F9.