Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi Guys

 

Actually im just a bit confused on asp.net page

 

my asp page has html plus some c# code in it

 

like this

 

<%@ Page Language = "C#" %>

<script runat = server>
...some code
</script>

<html>
something
</html>

 

So, to debug, i change the directive to this

<%@ Page Language = "C#" Debug = true%>

 

And i placed my breakpoints..

 

Everything worked fine..

 

Only problem was lets say i place breakpoints at line 8, the code stops there, just as i want, but the value for the variable is not displayed when i place my cursor there..

 

Lets say Line8 has this statement

 

result = i+b;

 

And when i place my cursor at result, the value for result wont appear..

 

So how can i overcome this?

Thank You

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...