Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [debug] support debugging linglong project #999

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

LiHua000
Copy link
Contributor

add connect to gdbserver

Log: as title

add connect to gdbserver

Log: as title
@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: LiHua000
Once this PR has been reviewed and has the lgtm label, please assign toberyan for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

  • 敏感词检查失败, 检测到1个文件存在敏感词
详情
{
    "src/plugins/linglong/gui/generatedialog.cpp": [
        {
            "line": "    depend[\"url\"] = \"https://pools.uniontech.com/deepin-beige/pool/main/a/acl/libacl1_2.3.1-1_amd64.deb\";",
            "line_number": 177,
            "rule": "S35",
            "reason": "Url link | a587bf0f68"
        },
        {
            "line": "    source[\"url\"] = \"https://github.com/linuxdeepin/linglong-builder-demo.git\";",
            "line_number": 181,
            "rule": "S35",
            "reason": "Url link | 8521449550"
        }
    ]
}

}
param.insert("arguments", commands);

requestDebugPort(param, "cmake", false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里是不是应该用选中套件里面的cmake

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的cmake指的是kitName,所有cmake工程就直接用"cmake",和构建套件里的cmake不是同一个东西。

void setFileByFileDialog(Dtk::Widget::DLineEdit *edit);

Dtk::Widget::DLineEdit *lePort = nullptr;
Dtk::Widget::DLineEdit *leIP = nullptr;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

我记得DTK有专门的IP地址编辑控件

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

该组件的UI有问题,暂时不使用

@LiHua000 LiHua000 marked this pull request as draft November 23, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants