Serge have already updated the answer to your quiestion at Stackoverflow:
When run/debug configuration is running,
Make project automatically
has no effect. Classes on disk will change only on
Build
|
Make
. It's the core design decision as in our opinion class changes on disk should be always under user's control. Automatic make is not the copycat of Eclipse feature, it works differently and it's main purpose is to save time waiting for the classes to be ready when they are really needed (before running the app or tests). Automatic make doesn't replace the explicit compilation that you still need to trigger like in the case described in this question.
Hi Hamidam,
has no effect. Classes on disk will change only on | . It's the core design decision as in our opinion class changes on disk should be always under user's control. Automatic make is not the copycat of Eclipse feature, it works differently and it's main purpose is to save time waiting for the classes to be ready when they are really needed (before running the app or tests). Automatic make doesn't replace the explicit compilation that you still need to trigger like in the case described in this question.Serge have already updated the answer to your quiestion at Stackoverflow:
When run/debug configuration is running,
Best regards,
Eugene.