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

Support devtool modify --debug-build #361

Open
afreof opened this issue Dec 17, 2024 · 3 comments
Open

Support devtool modify --debug-build #361

afreof opened this issue Dec 17, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@afreof
Copy link

afreof commented Dec 17, 2024

Commit https://git.yoctoproject.org/poky/commit/?id=1f7eb26c947dde14698ae6e2ab88f0637027f4cb introduces a new command line option for devtool modify: --debug-build. It would be nice if the user interface also supported the --debug-build parameter. Maybe devtool modify should be callable with and without the --debug-build option.

@deribaucourt
Copy link
Member

Hello @afreof !
Looks great. I don't want to bloat the interface too much. I'm considering just adding it by default whenever a "devtool modify" command is invoked. And maybe add a setting to disable this new behavior.

@deribaucourt deribaucourt added the enhancement New feature or request label Dec 18, 2024
@deribaucourt deribaucourt self-assigned this Dec 18, 2024
@afreof
Copy link
Author

afreof commented Dec 18, 2024

Sounds good. Thank you.

Just a note: Older devtool modify versions do not have the --debug-build option. Not sure how you can easily find out if the new feature is available or not.

@deribaucourt
Copy link
Member

Sounds good. Thank you.

Just a note: Older devtool modify versions do not have the --debug-build option. Not sure how you can easily find out if the new feature is available or not.

You're right! It's not a big deal though, we can run devtool --help to figure it out. We already do it to know if devtool ide is avilable. We should factorize both of these in a common call.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants