Results 1 to 7 of 7

Thread: Weird situation with Breakpoints..

  1. #1

    Thread Starter
    Addicted Member kidlaley's Avatar
    Join Date
    Jun 2002
    Location
    California
    Posts
    159

    Question 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......
    ]

  2. #2
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    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

  3. #3

    Thread Starter
    Addicted Member kidlaley's Avatar
    Join Date
    Jun 2002
    Location
    California
    Posts
    159
    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......
    ]

  4. #4
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    Out of interest, which Visual Studio are you using, and which code isn't running - a button click event, page load, etc?

  5. #5
    Banned jhermiz's Avatar
    Join Date
    Jun 2002
    Location
    Antarctica
    Posts
    2,492
    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 ?

  6. #6

    Thread Starter
    Addicted Member kidlaley's Avatar
    Join Date
    Jun 2002
    Location
    California
    Posts
    159
    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......
    ]

  7. #7
    Frenzied Member axion_sa's Avatar
    Join Date
    Jan 2002
    Location
    Joburg, RSA
    Posts
    1,724
    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
  •  



Click Here to Expand Forum to Full Width