What could be the reason for mps just simply stopping execution of a bloc of code?... Follow
This is an auto-generated question from the MPS Slack community: What could be the reason for mps just simply stopping execution of a bloc of code?
10 comments
Sort by
Date
Votes

Comment actions
Permalink
why doesn't it pass the `forEach()`?

Comment actions
Permalink
there are no exceptions thrown it just stops there

Comment actions
Permalink
an exception could be thrown by the `:` cast but perhaps you don't see the stack trace

Comment actions
Permalink
Slack user:U6K3FGW3U>
hmm ... Is there a way to display the stacktrace?

Comment actions
Permalink
of course, you could catch the exception yourself

Comment actions
Permalink
I don't know what the event listeners framework does with exceptions from listeners

Comment actions
Permalink
there's nothing in the message log:

Comment actions
Permalink
Exceptions should get logged: 


Comment actions
Permalink
So check for the flashing exclamation mark in MPS

Comment actions
Permalink
This is auto-generated question from the MPS Community Slack Workspace. If you want to comment on the question, do it from the Slack workspace
Post is closed for comments.