Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 84456] New: common source locators not applied to launches when there is an error

https://bugs.eclipse.org/bugs/show_bug.cgi?id=84456

           Summary: common source locators not applied to launches when
                    there is an error
           Product: CDT
           Version: 2.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: jgraham@xxxxxxxxxx


I have a condition when the common source locations don't get applied to a new
launch.

The steps to reproduce this.
1) Add one or more Common Source Locations
2) Select a project which would have an error when you first open the "Debug
..." dialog. e.g. A managed C project with no executable.
3) Open the Debug... dialog. 
4) Create a C/C++ Local Application launch. You should have an error about
Program not specified.
5) Change the Project field to a valid project.
6) Select the exe. The errors should be gone.
7) Click Close and save the changes
8) Re-open the newly created the launch config and go to the Source tab. You
should now not see any of the Common Locations in the Additional Source Locations.

If between steps 6 and 7 above you click on the Source tab, everything works fine.

I hope this is enough detail. Please follow up with me if there is anything I
can do.



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


Back to the top