T
Tim Cali
I set a breakpoint in a project, however the breakpoint is ignored. This was
in the TimeTracker project from the Asp.Net site.
I added it at the Login method of the TTUser class (TTUser.vb). I know I
have the right insertion point where I want to begin stepping, because I
changed "return username" to "return string.empty", and even when I put in
the right login info, it doesn't let me enter the app. So this test told me
that I have the right point.
So right click to the left window of "userName =
CStr(SqlHelper.ExecuteScalar..." and select Insert Breakpoint.
Then when I login, the app takes me to the project hours entry page without
stopping.
Why is the breakpoint ignored? Is it possible to step through the app?
in the TimeTracker project from the Asp.Net site.
I added it at the Login method of the TTUser class (TTUser.vb). I know I
have the right insertion point where I want to begin stepping, because I
changed "return username" to "return string.empty", and even when I put in
the right login info, it doesn't let me enter the app. So this test told me
that I have the right point.
So right click to the left window of "userName =
CStr(SqlHelper.ExecuteScalar..." and select Insert Breakpoint.
Then when I login, the app takes me to the project hours entry page without
stopping.
Why is the breakpoint ignored? Is it possible to step through the app?