|
-
Oct 22nd, 2004, 01:10 PM
#1
Thread Starter
Addicted Member
Weird situation with Breakpoints..
Hi People..
i'm new in ASP.NET and i'm working in a school project where there is two web forms.. lets say web1 and web2
the problem is that when i put some breakpoints in the code and i run the project, it bypass the breakpoints and does not stop the application!!
Why is this happening>?? can someone tell me why this is happening??
thanks
There's only Three kinds of people in this world.....
Those that know how to count, and those that do not......
 ]
-
Oct 22nd, 2004, 01:43 PM
#2
Is there a question mark in the breakpoint "dot" in the IDE? If so, you could either be running the "Release" version, or the debugging symbols (.pdb) couldn't be found.
Use the dropdown at the top (should have "Debug", "Release" and "Configuration manager" as options) to ensure it's set it to debug
-
Oct 22nd, 2004, 02:41 PM
#3
Thread Starter
Addicted Member
Thanks for the response..
the options are in the DEBUG option and PROCESS..
also my break points do not have ? marks...!!
do i need to change something???
There's only Three kinds of people in this world.....
Those that know how to count, and those that do not......
 ]
-
Oct 23rd, 2004, 12:06 PM
#4
Out of interest, which Visual Studio are you using, and which code isn't running - a button click event, page load, etc?
-
Oct 23rd, 2004, 02:10 PM
#5
Banned
Originally posted by kidlaley
Thanks for the response..
the options are in the DEBUG option and PROCESS..
also my break points do not have ? marks...!!
do i need to change something???
Do you have the debugger installed on the Web Server ?
-
Oct 25th, 2004, 10:54 AM
#6
Thread Starter
Addicted Member
i have a break point in the page_load function..
also in a click event but neather one works..
and yes.. i have the debugger installed on the web server..
it used to worked before but all in a sudden it stoped!!!
man.. i'm really stressing!!
There's only Three kinds of people in this world.....
Those that know how to count, and those that do not......
 ]
-
Oct 25th, 2004, 01:40 PM
#7
Check your override OnInit - sounds like the event handler attaching has disappeared (seems to be a an issue in VS2002 when playing between views (HTML & text))
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|