My Visual Web Developer Express 2010 project has started skipping breakpoints, regardless of where I put them. For example, break point at [*]
:
public string login(string username, string password)
{
[*] string getCredentialsText = "SELECT [Password], [ID], eraseDevice FROM DeviceUsers WHERE userName = '" + username + "'";
I've tried the suggestions here: Why does my C# debugger skip breakpoints?
here: http://forums.asp.net/t/1181935.aspx/1?Breakpoints+not+working
and here: http://www.mojoportal.com/Forums/Thread.aspx?pageid=5&t=10666~-1
But still no joy.
Anyone have any other ideas?
I can only think of simple answers: