facebook

Unwanted breakpoint [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #199952 Reply

    I have not set a breakpoint in this file but my program always breaks at this specific line.

    How do I remove all the break points or view all the breakpoints that have been set?

    #199955 Reply

    Scott Anderson
    Participant

    Breakpoint management is accomplished in the Breakpoints view which is available in the Debugging perspective, by default. It’s typically the first tab in the upper-right view area. You can then use a shift-click to select all breakpoints and clear them.

    –Scott
    MyEclipse Support

    #199965 Reply

    And maybe you suffer an exception which is catched later on. If the exception or any super class of it is marked to stop execution, it will cause the debugger to stop at the line the exception occures. So maybe rechecking the exception list of the debugger may also help.

    #200058 Reply

    I found the problem. I had a break point in a another file but I was getting stopped at a different place. I am not able to recreate the problem. I think my system was in some weird state.

    #200061 Reply

    support-michael
    Keymaster

    Thanks for the feedback.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Unwanted breakpoint [Closed]

You must be logged in to post in the forum log in