Skip to content

Show traceback of exception in output area#166

Merged
skogsbaer merged 2 commits intomasterfrom
show-exceptions
Dec 5, 2024
Merged

Show traceback of exception in output area#166
skogsbaer merged 2 commits intomasterfrom
show-exceptions

Conversation

@hannesbraun
Copy link
Collaborator

This also terminates the trace generation for the visualization on the first exception in user code.

Side note: the exact example with libPyshell from #144 does not run. But the problem there is not the visualization but rather that the failOnError parameter does not exist for rm. The general idea should work though (exceptions raised and caught within libraries should not terminate the execution).

Resolves #144

Also terminate the visualization on the first exception in user code.
@skogsbaer skogsbaer merged commit bcca103 into master Dec 5, 2024
6 checks passed
@skogsbaer skogsbaer deleted the show-exceptions branch December 5, 2024 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visualization does not handle errors properly

2 participants