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

Display Java stacktrace by default in JavaException #696

Merged
merged 5 commits into from
Feb 6, 2025

Conversation

cmacdonald
Copy link
Contributor

In #203 and #623 we discussed printing the Java stacktrace by default, in order to assist developers with problems happenning within Java. This PR does this by overridding __str__(), without trying to mock the Python traceback (which would be more elegant, but beyond my knowhow).

Screenshot of how it looks like in Colab:
image

Screenshot of how it looks like from Python cmdline:
image

@cmacdonald
Copy link
Contributor Author

This is ready for review @misl6

@cmacdonald
Copy link
Contributor Author

Gentle poke?

@cmacdonald
Copy link
Contributor Author

I do think this would be a good addition to jnius. Any news?

@cmacdonald
Copy link
Contributor Author

I'd be keen for a review on this @tshirtman @misl6.

Copy link
Member

@misl6 misl6 left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you!

@misl6 misl6 changed the title JavaException trace Display Java stacktrace by default in JavaException Feb 6, 2025
@misl6 misl6 merged commit d539d9e into kivy:master Feb 6, 2025
1 check passed
@cmacdonald cmacdonald deleted the javaexception_trace branch February 6, 2025 21:30
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