Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 119323] New: prompt for errors on launch will not accept "Yes" answer

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

           Summary: prompt for errors on launch will not accept "Yes" answer
           Product: CDT
           Version: 3.0.1
          Platform: PC
        OS/Version: Windows 2000
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: jeremiah.lott@xxxxxxxxxxx


Whenever I do a C/C++ type launch and the required project for the launch
currently contains an error, it prompts me if I want to continue.  However, it
doesn't seem to matter whether I choose "Yes" or "No", it won't launch.  

I think I tracked this down to
org.eclipse.debug.internal.ui.launchConfigurations.CompileErrorPromptStatusHandler.
 Basically after showing the dialog it checks for "OK_ID", but it is a Yes/No
dialog so OK_ID is never returned.  It seems CDT is the only one using this
class.  Other launch configs use CompileErrorProjectPromptStatusHandler, which
is a very similar class, but handles the return value correctly.  I'm using CDT
3.0.1, Eclipse 3.1.




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Back to the top