Debugging errors

mpdillon

Member
Joined
Feb 17, 2005
Messages
20
Location
Glen Mills, PA
Programming Experience
Beginner
I am using VS 2008. I am writing a VB web project. This is my first attempt at using VB.Net and I do not understand how to debug errors. I can place a break point as I did in VB6. However, when the code reaches the break point if I then change something in the code, my change is not recognized.
For Example, if I misspell a field name in a SQL statement and I correct it while the code is running, the change is not recognized. In VB6 I could make changes as the code executed and see the results. Has this functionality been lost?
thanks,
pat
 
Back
Top