Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-debug-dev] A question about toggling breakpoints

Hey,

 

I got some problems to toggling breakpoints in the following situations:

1. If I open a java source file which is not a java file in the current workspace, from the

    file system, when I double click on the head of a source line to toggling a breakpoint,

    eclipse keep adding multiple breakpoints on that line.

2. If the source code of a breakpoint is commented, I can not remove the breakpoint by

    double click on breakpoint marker in the head of that line. I can remove it by going to

    the breakpoint view, selecting the breakpoint and clicking the remove menu.

3. If a class is not located in the right package structure as specified in the class, when I

    double click on the head of a source line to toggling a breakpoint, eclipse keep adding

    multiple breakpoints on that line.

    For some reason, we have some old projects which contains some classes which are

    not located in the right package structure. E.g. net.project.Foo.java is located under

    C:/workspace/project/src/net/ not C:/workspace/project/src/net/project. I know this is

    a very bad programming behavior but this does happen in some of our old projects.

    We just imported them into eclipse.

 

Are these supposed behaviors?

 

Thanks.

 

 

- Raymond

---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.

Back to the top