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
相关问题
- javah not able to find android classes
- Configure gradle plugin based on future tasks
- How to make available “open this project in Intell
- Where are Automatic Type Acquisition typescript de
- IntelliJ 2017.1.2 GOLANG debug does not work on br
相关文章
- java项目突然挂掉,日志无报错信息
- 使用Webstorm打开刚下载的jquery为什么会有报错
- Java引用分为强引用、软引用、弱引用、虚引用,我怎么能判断出一个对象是哪个引用?
- In IntelliJ IDEA, how can I create a key binding t
- IntelliJ IDEA can't open projects or add SDK o
- java.lang.VerifyError: Stack map does not match th
- IntelliJ Subversion Authentication Required Dialog
- Do errors thrown within UncaughtExceptionHandler g
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.Refer to the documentation for details.