I am curious to know if there is a way to edit code in C# VS 2008 right when it has hit a breakpoint and I am walking thru the code... can I modify the code (such as the value i
Yes, you can. This is called Edit and Continue. Note that it has some limitations.
EDIT: You need to switch to a debug build.