G
Guest
I'm trying to debug a asp.net page and when I step through the code, its
hitting comments, commented out code (//comment, //string test
also when I
do a mouse over of a variable its not showing me the value of the varaible,
and when I step through the entire line is not being highlighted, example:
string fName;
fName = txtName.text, only from 'a' on would be highlighted.
is there a configuration or something that needs to be set or fixed, or. . .
hitting comments, commented out code (//comment, //string test

do a mouse over of a variable its not showing me the value of the varaible,
and when I step through the entire line is not being highlighted, example:
string fName;
fName = txtName.text, only from 'a' on would be highlighted.
is there a configuration or something that needs to be set or fixed, or. . .