How to disable ProcessCanceledException?

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?

1

Adding "-Didea.ProcessCanceledException=disabled" to the VM options of your plugin run configuration should work I think (haven't tried it).

Bas

0

请先登录再写评论。