简体   繁体   中英

Where does IntelliJ IDEA keep run/debug configurations?

Intellij IDEA will automatically create a run/debug configuration when you run any item that doesn't have a permanent run/debug configuration already present.

You can then save the run/debug configuration that was generated to make it permanent.

When you save a configuration, where is it saved?

run/debug configurations for a project are stored in the .idea/workspace.xml file inside the project location. You can see those entries under the <component name="RunManager" node if you search for "RunManager" in that file.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM