Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 229740] New: Active configuration changes when application is debugged

https://bugs.eclipse.org/bugs/show_bug.cgi?id=229740  
Product/Component: CDT / cdt-launch
           Summary: Active configuration changes when application is
                    debugged
           Product: CDT
           Version: 5.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: k.bannister@xxxxxxxx


Build ID:  M20080221-1800

Steps To Reproduce:
1.Create makefile application
2.Enable "build before launch"
3. Create new build configuration (e.g. "release"). in "Behaviour" set "Make
build target" to "release" so you can tell what it's building.
4. Should have 2 build configurations, "Default" and "release"
5. Set active build configuration to "release" 
6. Debug application
7. Make output is for "Default" (i.e. it doesn't run "make release") and after
the debug starts the active configuration is "Default" again


More information:
See also
http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg16053.html
and
http://dev.eclipse.org/newslists/news.eclipse.tools.cdt/msg15072.html


-- 
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