HI,
i have a aspx page which is data entry page and on button click , it calls event BUTTON_CLICK . The problem is when i Press this SUBMIT button , the function EMPLOYEE.NEWEMPLOYEE() is called, but when i check no value is showing in variable
as seen in picture,
PLEASE HELP ME OUT
thanks
variable value is not appearing in debug mode
Page 1 of 11 Replies - 456 Views - Last Post: 01 January 2013 - 09:51 AM
Replies To: variable value is not appearing in debug mode
#2
Re: variable value is not appearing in debug mode
Posted 01 January 2013 - 09:51 AM
There is no picture.
Don't forget that the line you are stopped on while debugging has not yet executed.
So if your breakpoint is on line 25, you won't get a value for those variables until you let the line run. When you are stopped on 26 you can see the values from 25.
Q: I do x and y happens which I didn't expect but I don't know how to figure out why. How do I debug and find my problem?
A:
Don't forget that the line you are stopped on while debugging has not yet executed.
So if your breakpoint is on line 25, you won't get a value for those variables until you let the line run. When you are stopped on 26 you can see the values from 25.
Q: I do x and y happens which I didn't expect but I don't know how to figure out why. How do I debug and find my problem?
A:
- Debugging video 1: Breakpoints and Local variables
- Debugging video 2: Advanced breakpoints
- Debugging tutorial
- Debugging tips
- Debugging in detail
- Great debugging tips
- It still doesn't work, article
- Debugging tools survival guide
- Video: Tips & Tricks to use Visual Studio to the fullest
This post has been edited by tlhIn`toq: 01 January 2013 - 09:52 AM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|