Please consider editing your post and mark it as obsolete instead. Do you want to delete post?
How to disable ProcessCanceledException?
Permanently deleted user
Created
We have this new option in idea.properties, right? But how do I set that when debugging a plugin? Why isn't it just a checkbox in the Plugin run configuration?
Adding "-Didea.ProcessCanceledException=disabled" to the VM options of your plugin run configuration should work I think (haven't tried it).
Bas