D14710: Inject default environment group variables into debug process environment.

Aleix Pol Gonzalez noreply at phabricator.kde.org
Thu Aug 9 17:47:02 BST 2018


apol added inline comments.

INLINE COMMENTS

> debugsession.cpp:98
> +
> +    QProcessEnvironment env = QProcessEnvironment::systemEnvironment();
> +    for(const auto &e : m_environment)

const

> pdblauncher.cpp:124
> +        if (envProfileName.isEmpty()) {
> +            qCWarning(KDEV_PYTHON_DEBUGGER) << i18n("No environment profile specified, looks like a broken "
> +                                       "configuration, please check run configuration '%1'. "

We usually don't translate warnings that won't show on the UI.

> pdblauncher.cpp:130
> +
> +        auto environment = environmentProfiles.variables(envProfileName);
> +

const

REPOSITORY
  R53 KDevelop: Python Support

REVISION DETAIL
  https://phabricator.kde.org/D14710

To: Kebianizao
Cc: apol, kdevelop-devel, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180809/1b9220fd/attachment.html>


More information about the KDevelop-devel mailing list