Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 139248] New: Uncompleted message Stop_at_main_on_startup - #89

https://bugs.eclipse.org/bugs/show_bug.cgi?id=139248 
Product/Component: CDT / cdt-launch

           Summary: Uncompleted message Stop_at_main_on_startup - #89
           Product: CDT
           Version: 3.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: samuelwu@xxxxxxxxxx


In file LaunchMessages.properties there is the following string
CDebuggerTab.Stop_at_main_on_startup=Stop on startup at:

It seems the string is used as label of a checkbox in class CDebuggerTab.
fStopInMain = createCheckButton( optionsComp, LaunchMessages.getString(
"CDebuggerTab.Stop_at_main_on_startup" ) ); //$NON-NLS-1$

Is something missing from the message?



-- 
Configure bugzilla e-mail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top