How to disable ProcessCanceledException? Permanently deleted user 创建于 2006年03月27日 18:22 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