Sketchware-Pro / Sketchware-Pro

Sketchware Pro's sources in Java. Now anyone can contribute to Sketchware Pro.
https://sketchware.pro
Other
874 stars 259 forks source link

Try and Catch block #979

Closed Divyansh3027 closed 8 months ago

Divyansh3027 commented 8 months ago

I is too much frustrating when you can`t know why and where exactly program crashes on runtime.

I was trying to identify such crashes by toast block But, all toast in the specific function affected by crash got killed too.

A programatically viable option is to implement a try/catch and try block

Ofcourse It could be achived by add source block but its a silly practice for block based programming.

Divyansh3027 commented 8 months ago

sorry for raising issue I got try / catch block by developer options additional blocks