How do I make IntellIJ use JVM options for all mai

2020-02-28 10:38发布

I can configure a main file to use natives needed, but in my project there are multiple main functions so I need all the files to to use the JVM option when I can choose to debug whichever one I want without having to create a configuration for each one

1条回答
三岁会撩人
2楼-- · 2020-02-28 10:54

You can change the configuration under Defaults node (Templates in the new versions), all the new configurations will inherit its settings. Make sure to change the correct default configuration type, Application is most likely what you need.

application

Refer to the documentation for details.

查看更多
登录 后发表回答