Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Cdt-launch-inbox] [Bug 206229] New: Workspace environment variables do not appear in the Run/ Debug environment

https://bugs.eclipse.org/bugs/show_bug.cgi?id=206229  
Product/Component: CDT / cdt-launch
           Summary: Workspace environment variables do not appear in the
                    Run/Debug environment
           Product: CDT
           Version: 4.0.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: minor
          Priority: P3
         Component: cdt-launch
        AssignedTo: cdt-launch-inbox@xxxxxxxxxxx
        ReportedBy: j_r_fonseca@xxxxxxxxxxx


Build ID: I20070921-0919

Steps To Reproduce:
(1) Define some variables in Preferences>C/C++>Environment
(2) Add a new Run application and point it to /usr/bin/env
(3) Run the application

The variables defined in (1) don't appear neither in the environment tab in
(2), nor in the application output in (3).

More information:

The scope of the environment variables in Preferences>C/C++>Environment is
undefined, so it should cover  not only the build environment but also the
Run/Debug environment. If not, there is no central place to define such
variables, and they have to be manually entered on every Run/Debug application.


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