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

Exception assertions are not working #60

Open
dstallenberg opened this issue Sep 14, 2022 · 0 comments
Open

Exception assertions are not working #60

dstallenberg opened this issue Sep 14, 2022 · 0 comments
Milestone

Comments

@dstallenberg
Copy link
Contributor

First of all:
We need to know on which line the exception occurred.

Investigating the stack trace is possible but still hard and sometimes your own line is not even present in the stack trace.

One way I tried is by wrapping each execution in a try-catch block and nesting those, however this creates the problem that if too many are stacked you get a rangeerror because you nest it too deep

@dstallenberg dstallenberg mentioned this issue Feb 22, 2023
@dstallenberg dstallenberg added this to the 2023.3 milestone Feb 22, 2023
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

No branches or pull requests

1 participant