Hi is exception handeling possible in plugin developement. If not whats the best way to prevent bugs etcThxs
The majority of what you can do in C# is possible to use in plugins, which includes exception handling.
I saw in a couple plugins a few try and catches im guessing these dont actually work. Is that correct?