Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 255195] New: Launch shortcut does not work when a build is required

https://bugs.eclipse.org/bugs/show_bug.cgi?id=255195  
Product/Component: CDT / cdt-launch
           Summary: Launch shortcut does not work when a build is required
           Product: CDT
           Version: 6.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: mike.wrighton@xxxxxxxxxxxxxx


The 'Run' launch shortcut does not work when a build is required. To reproduce: 


Create a new project, add a source file with a few lines of valid code
Delete all existing launch configurations
Check 'Build Automatically' in project settings
Modify source and save
Click Run button or Run Menu -> Run

Results in error:

Launch configuration test.xe at
/home/mike/workspaces/runtime-New_configuratio/.metadata/.plugins/org.eclipse.debug.core/.launches/test.xe.launch
does not exist.


Every time the source is subsequently modified and run is clicked, the same
error occurs. It seems as though the launch configuration file is being
generated but then being deleted somewhere in the build process.


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


Back to the top