I have plugin A that calls an other plugin B, I get an error from plugin B and I can't debug it, when I use the plugin reg tool I can debug only plugin A, I tried to add to plugin B this code :
throw new InvalidPluginExecutionException("hello");
but nothing happened...
What is the best way to debug a plugin called from another plugin
*This post is locked for comments
I have the same question (0)