Results 1 to 11 of 11

Thread: I can't set breakpoints!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122

    I can't set breakpoints!

    I can set them, but my program won't stop at them. It just ignores them. Forgive me for not being able to provide all of the changes that have been made that have led up to this problem. I have been out of town for a few weeks , but I had this problem before I left. I remember having to change some kind of logon requirements for asp or something along those lines in response to an errpr I was getting that wouldn't let me debug at all. Now, I can run my application, but it won't stop where I tell it.

    Can somebody tell me some things that I should check on to ensure that I can debug properly?

    Thanks

    Jon

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122
    I think I remember the last thing I did that seemed to trigger this problem. In Internet explorer -

    -tools
    -internet options
    -security tab
    -custom level
    -logon options
    -set to automatic logon with current username and password (at bottom)

    Could this be the reason my breakpoints don't work? What should this be set to?

    I am sort of desperate here as I need to debug to complete a project.

    Thanks

  3. #3
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Forgive my ignorence, but what IDE are you using.

    This is asp/vbscript forum most of us use text editor to code asp. Are you refering to VisualStudio.net/ASP.net? Interdev?
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122
    Are you refering to VisualStudio.net/ASP.net?
    I am using vb .net 2002. Sorry, I haven't posted here for quite a while. Can I move the thread or should I post another in a different forum?

  5. #5
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by JonathanSchmidt
    I am using vb .net 2002. Sorry, I haven't posted here for quite a while. Can I move the thread or should I post another in a different forum?
    Thats not a problem, i will PM a moderator to move this thread to ASP.Net forum.

    One reason break point does not get executed is if you have set your build as "Release", you need to set it to "Debug" mode in order to use the break point and other debugging facilities.

    Just make sure, your "Solution Configaration" is set to "Debug", just near the "Play/Run" button in the VS.Net IDE
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122
    Just make sure, your "Solution Configaration" is set to "Debug", just near the "Play/Run" button in the VS.Net IDE
    It is set to debug. Gotta be something else. any other ideas?

  7. #7
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by JonathanSchmidt
    It is set to debug. Gotta be something else. any other ideas?
    I am just stating the ovbious, you are running the apps from the VB.Net IDE and not directly thorugh typing the URL in IE are you?

    Just making sure.

    Logon requirements, hmm i am not sure really
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122
    you are running the apps from the VB.Net IDE and not directly thorugh typing the URL in IE are you?
    from the IDE

  9. #9

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122
    I tried reinstalling vb .net and the framework but it didn't make any difference.

  10. #10
    Addicted Member
    Join Date
    Mar 2001
    Location
    India
    Posts
    134

    Re: I can't set breakpoints!

    Quote Originally Posted by JonathanSchmidt
    I tried reinstalling vb .net and the framework but it didn't make any difference.

    Hope u have got the solution.But if not just try this.. I've had the similar problem and it got solved by:

    Go to the Web.Config file.... Go to the compilation section and set debug = "true".

    Jope u find this post helpful.
    Pavan Kumar

  11. #11
    Hyperactive Member tailz's Avatar
    Join Date
    Jul 2002
    Posts
    306

    Re: I can't set breakpoints!

    in your Project>Properties. Make sure you have the ASP.NET debugging option checked

    you should also be a user in the debuggers group.

    plus, we're all assuming you are clicking the "Play" button or pressing F5... are you? sorry if thats insulting question. asking the obvious

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