-
Notifications
You must be signed in to change notification settings - Fork 69
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
base: master
Are you sure you want to change the base?
Conversation
add connect to gdbserver Log: as title
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: LiHua000 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 |
Note
详情{
"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); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里是不是应该用选中套件里面的cmake
There was a problem hiding this comment.
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; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我记得DTK有专门的IP地址编辑控件
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
该组件的UI有问题,暂时不使用
add connect to gdbserver
Log: as title