facebook

My breakpoints a getting removed….

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

    rbreitling
    Member

    Whenever I save and editor on a file, all the breakpoints in the file are removed. How do you stop this from happening?

    TIA,

    Bob

    #306714 Reply

    Bob,
    Can you give some more information?
    1. Can you copy paste your installation details from MyEclipse > Installation Summary > Installation Details?
    2. What is the editor that you are working with?
    3. Are there any relevant errors logged in the log file located at workspace dir > .metadata > .log when you save a file?
    Please clear the log file and save it before you check for logged messages on editor save. This will ensure that the logged messages belong to save action.

    #306733 Reply

    rbreitling
    Member

    Nothing is being added to the .log file.
    I am editing a Java source file.
    I am running on a MacBook Pro, OS X 10.5.8

    Installation summary;
    *** Date:
    Thursday, March 11, 2010 11:53:26 AM CST

    ** System properties:
    OS=MacOSX
    OS version=10.5.8
    Java version=1.5.0_22

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 7.5
    Build id: 7.5-20090609

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 7.5
    Build id: 7.5-20090609

    Eclipse Platform

    Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
    Build id: M20090211-1700

    Eclipse Java Development Tools

    Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
    Build id: M20090211-1700

    Eclipse Plug-in Development Environment

    Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
    Build id: M20080703-0800

    Eclipse Project SDK

    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20090211-1700

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
    Build id: M20090211-1700

    Eclipse startup command=-os
    macosx
    -ws
    carbon
    -arch
    x86
    -showsplash
    -launcher
    /Library/Pulse/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    -name
    Myeclipse
    –launcher.library
    /Library/Pulse/MyEclipse 7.5/myeclipse.app/Contents/MacOS//../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
    -startup
    /Library/Pulse/MyEclipse 7.5/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
    -clean
    -configuration
    ../../../configuration
    -keyring
    /Users/admin/.eclipse_keyring
    -consoleLog
    -showlocation
    -vm
    /System/Library/Frameworks/JavaVM.framework

    #306734 Reply

    rbreitling
    Member

    Nothing is being added to the .log file.
    I am editing a Java source file.
    I am running on a MacBook Pro, OS X 10.5.8

    Installation summary;
    *** Date:
    Thursday, March 11, 2010 11:53:26 AM CST

    ** System properties:
    OS=MacOSX
    OS version=10.5.8
    Java version=1.5.0_22

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 7.5
    Build id: 7.5-20090609

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 7.5
    Build id: 7.5-20090609

    Eclipse Platform

    Version: 3.4.2.R342_v20090122-9I96EiWElHi8lheoJKJIvhM3JfVsYbRrgVIWL
    Build id: M20090211-1700

    Eclipse Java Development Tools

    Version: 3.4.2.r342_v20081217-7o7tEAoEEDWEm5HTrKn-svO4BbDI
    Build id: M20090211-1700

    Eclipse Plug-in Development Environment

    Version: 3.4.2.R342_v20090122-7T7U1E9imVKz-A8Vz-p_jRS
    Build id: M20080703-0800

    Eclipse Project SDK

    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20090211-1700

    Eclipse Graphical Editing Framework GEF

    Version: 3.4.2.v20090218-1145-67728084A56B4I233613552
    Build id: 200809101400

    Eclipse RCP

    Version: 3.4.200.R342_v20090122-989JESTEbig-SVaL8UJHcYBr4A63
    Build id: M20090211-1700

    Eclipse startup command=-os
    macosx
    -ws
    carbon
    -arch
    x86
    -showsplash
    -launcher
    /Library/Pulse/MyEclipse 7.5/myeclipse.app/Contents/MacOS/myeclipse
    -name
    Myeclipse
    –launcher.library
    /Library/Pulse/MyEclipse 7.5/myeclipse.app/Contents/MacOS//../../../../Common/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.101.R34x_v20080731/eclipse_1115.so
    -startup
    /Library/Pulse/MyEclipse 7.5/myeclipse.app/Contents/MacOS/../../../../Common/plugins/org.eclipse.equinox.launcher_1.0.101.R34x_v20081125.jar
    -clean
    -configuration
    ../../../configuration
    -keyring
    /Users/admin/.eclipse_keyring
    -consoleLog
    -showlocation
    -vm
    /System/Library/Frameworks/JavaVM.framework

    #306823 Reply

    Bob,
    Can you switch to a new workspace and check if the issue persists?
    Also, can you try using the -clean command as mentioned in the link below –
    https://www.genuitec.com/forums/topic/troubleshoot-using-the-clean-command-line-argument/

    Let me know if that helps.

    #306884 Reply

    rbreitling
    Member

    I switch to a new workspace and the problem persists.
    Did a start up with -clean and no difference.

    I am going to upgrade to 8.0 from 7.5 and see what happens.

    Thanks for your help.

    Bob

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: My breakpoints a getting removed….

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