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

commands: make die() print a stack trace when -vvv or more #757

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

marc-hb
Copy link
Collaborator

@marc-hb marc-hb commented Oct 19, 2024

Print a stack trace when debugging with -vvv or more. This is MUCH faster than git grep error_message and it's even more useful when the same error message is used in multiple places! Example: die_already() in project.py

Print a stack trace when debugging with -vvv or more. This is MUCH
faster than `git grep error_message` and it's even more useful when the
same error message is used in multiple places! Example: die_already() in
project.py

Signed-off-by: Marc Herbert <[email protected]>
@marc-hb marc-hb marked this pull request as ready for review October 19, 2024 03:31
@pdgendt pdgendt merged commit e03e34d into zephyrproject-rtos:main Oct 21, 2024
16 checks passed
@marc-hb marc-hb deleted the die-vvv-trace branch October 21, 2024 14:36
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.

2 participants