According to this advice https://stackoverflow.com/a/7462114/258483 I set default configuration of Working Directory of run configurations to $MODULE_DIR$
:
It was working for some time, but currently I noticed this points to
MYPROJECT\.idea\modules
which is incorrect. How to fix?
Where to find the list of definitions of such names as $MODULE_DIR$
?