Hi,
I have some ‘cleanup’ code in the destructor of my dynamic plugin. When I use tonfilm’s way of debugging Writting plug-in iin C-sharp - #11 by tonfilm - question - Forum and set a breakpoint in the destructor, it doesn’t seem to ever get there (a breakpoint in Evaluate() correctly suspends execution).
How can I make sure everything gets correctly cleaned up when a patch is closed or the node gets deleted?