https://bugs.kde.org/show_bug.cgi?id=364598

            Bug ID: 364598
           Summary: Environment variables are not expanded while debugging
                    the same way as while running
           Product: kdevelop
           Version: git master
          Platform: Gentoo Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: CPP Debugger
          Assignee: kdevelop-bugs-n...@kde.org
          Reporter: onet.crist...@gmail.com
                CC: niko.s...@gmail.com

If an environment variable is defined using another environment variable, these
are not expanded while debugging the same way as they are expanded while
running.

Reproducible: Always

Steps to Reproduce:
1. Define A=ValueA
2. Define B=ValueB:$A
3. While running B=ValueB:ValueA
4. While debugging B=ValueB:$A

Actual Results:  
While debugging B=ValueB:ValueA, this feature is necessary to define XDG dirs.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to