You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
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.
The text was updated successfully, but these errors were encountered: