J
John Kutsor
I have been working on a ASP.NET project with VB Code
behind for a while
now, and it ran perfectly up until now. When I try to set
a breakpoint or a
watch at certain parts of the project, even though that
code executes, no
break is made. I validated that it was making it up and
after the
breakpoint, but still no breakpoint execution or ability
to create a watch.
I am using VS.NET 2003 on a Windows 2003 Server.
Steps I have completed to try and resolve:
- Made sure all debug flags are set (not set to release)
(fails)
- Created a new project and migrated code over to it
(fails)
- Created a new project and entered a breakpoint for a
response.write
call (fails)
- Rebuilt the solution multiple times (fails)
- Set startup page and selected Debug>Start (fails)
- Validated that my web.configs has <compilation
defaultLanguage="vb"
debug="true" /> (fails)
- ASP.Net Debugging selected from Configuration
Properties>Debugging
(fails)
- Deleted the .dll and .pdb files under the project/Bin
directory and
rebuilt (fails)
The only way to get a breakpoint is to
enter "System.Diagnostics.Debugger.Break()".
TIA
John
behind for a while
now, and it ran perfectly up until now. When I try to set
a breakpoint or a
watch at certain parts of the project, even though that
code executes, no
break is made. I validated that it was making it up and
after the
breakpoint, but still no breakpoint execution or ability
to create a watch.
I am using VS.NET 2003 on a Windows 2003 Server.
Steps I have completed to try and resolve:
- Made sure all debug flags are set (not set to release)
(fails)
- Created a new project and migrated code over to it
(fails)
- Created a new project and entered a breakpoint for a
response.write
call (fails)
- Rebuilt the solution multiple times (fails)
- Set startup page and selected Debug>Start (fails)
- Validated that my web.configs has <compilation
defaultLanguage="vb"
debug="true" /> (fails)
- ASP.Net Debugging selected from Configuration
Properties>Debugging
(fails)
- Deleted the .dll and .pdb files under the project/Bin
directory and
rebuilt (fails)
The only way to get a breakpoint is to
enter "System.Diagnostics.Debugger.Break()".
TIA
John