K
Ken Dourado
Hi,
I have an issue debugging my asp.net project. On a particular aspx
page, in the code behind cs file, my breakpoints are not being hit. The
breakpoint is in the Page_Load() method and is a proper line of code
where a variable is assigned a value (not a blank line, curly brace or
anything else).
Breakpoints on other .cs code behind files pages in my project are hit
without any problems, the issue is with this single page.
I have set VS.NET up in debug mode (not release), the web.config file
has debug set to true and my project debugging configuration properties
have 'Enable ASP.NET Debugging' set to true. I have also added
debug=true to the page directive in the aspx file.
I am not getting anywhere.
I'd appreciate any help or advice.
Thank you,
Ken Dourado.
I have an issue debugging my asp.net project. On a particular aspx
page, in the code behind cs file, my breakpoints are not being hit. The
breakpoint is in the Page_Load() method and is a proper line of code
where a variable is assigned a value (not a blank line, curly brace or
anything else).
Breakpoints on other .cs code behind files pages in my project are hit
without any problems, the issue is with this single page.
I have set VS.NET up in debug mode (not release), the web.config file
has debug set to true and my project debugging configuration properties
have 'Enable ASP.NET Debugging' set to true. I have also added
debug=true to the page directive in the aspx file.
I am not getting anywhere.
I'd appreciate any help or advice.
Thank you,
Ken Dourado.