debugging issue 2003

  • Thread starter Thread starter Guest
  • Start date Start date
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. . .
 
Looks Like your pdb file messed out.
re-start IIS.
Re-complie the solution

and try de-bugging
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top