break points not breaking while debugging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kevin

    #1

    break points not breaking while debugging

    I am running the web app I created and I set a break point in the VB.
    The code where I set the break point is executing properly, but .NET
    won't stop the flow.

    Is this just an option somewhere I have missed?
    Or a setting?

    Please help.
    Kevin
  • Thad

    #2
    Re: break points not breaking while debugging

    This may be a stupid question but have you checked to make sure you are
    running in debug mode. I believe that a break point will not halt execution
    if you are running in release mode.
    -Thad

    "Kevin" <ktbach76@yahoo .com> wrote in message
    news:2d7f80ff.0 309250953.2a869 496@posting.goo gle.com...[color=blue]
    > I am running the web app I created and I set a break point in the VB.
    > The code where I set the break point is executing properly, but .NET
    > won't stop the flow.
    >
    > Is this just an option somewhere I have missed?
    > Or a setting?
    >
    > Please help.
    > Kevin[/color]


    Comment

    • Kevin Bach

      #3
      Re: break points not breaking while debugging


      Yes. I am in debug mode. and am not using ctl+F5.

      There aren't any stupid questions.

      Thanks....any other ideas?

      Kevin



      *** Sent via Developersdex http://www.developersdex.com ***
      Don't just participate in USENET...get rewarded for it!

      Comment

      Working...