| Summary: | Debugger does not expand environment variables (dollars) | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Thomas McGuire <mcguire> |
| Component: | CPP Debugger | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | wishlist | CC: | ghost |
| Priority: | NOR | ||
| Version First Reported In: | git master | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas McGuire
2007-03-29 15:28:39 UTC
This is a wish. We just don't do that. Does anobody know the right way to expand environment variables in a KDE program? There's the KMacroExpander namespace with some expand functions, but they require <somechar>{} quoting of the to-be-expanded variables. However there's currently no support whatsoever for using env vars in the value of other env vars in our env var config.
|