无与伦比的eclipse调试配置。怎么删除?

时间:2021-06-11 20:01:07

In my Debug/Run Configuration icon drop down list, there is a _memberarea_member.jsp.

在我的调试/运行配置图标下拉列表中,有一个_memberarea_member.jsp。

I launch the Debug Configurations... window, but _memberarea_member.jsp does not exist.

我启动了Debug Configurations ...窗口,但_memberarea_member.jsp不存在。

How can I remove _memberarea_memberarea.jsp from debug configurations?

如何从调试配置中删除_memberarea_memberarea.jsp?

p/s: I try to post with picture to explain better, but does not have enough reputation. Hope you guys understand the question. Thanks.

p / s:我尝试用图片来解释更好,但没有足够的声誉。希望你们明白这个问题。谢谢。

2 个解决方案

#1


0  

From qwertzguy's answer

来自qwertzguy的回答

Click on debug/run while the drop down is displayed, Ctrl+Shift+click on the run configuration you want to remove. A dialog will open to confirm the deletion.

在显示下拉列表时单击调试/运行,按Ctrl + Shift +单击要删除的运行配置。将打开一个对话框以确认删除。

You can disable the confirmation dialog in Eclipse go to

您可以在Eclipse中禁用确认对话框

Window ---> Preferences ---> Run/Debug --> Launching: uncheck "Prompt for confirmation when removing a configuration from the launch history".

窗口--->首选项--->运行/调试 - >启动:取消选中“从启动历史记录中删除配置时提示确认”。


From Francisco Puga's answer

来自Francisco Puga的回答

Launch configurations are stored on:

启动配置存储在:

${WORKSPACE}/.metadata/.plugins/org.eclipse.debug.core/.launches

Take a look to the existent configurations and remove those that are not interested to you.

查看现有配置并删除对您不感兴趣的配置。

#2


0  

Debug/Run Configuration icon drop down list show recent file use to run project recently. That dropdown list items is not related to list display under Debug Configurations dialog.

Debug / Run Configuration图标下拉列表显示最近用于运行项目的文件。下拉列表项与“调试配置”对话框下的列表显示无关。

#1


0  

From qwertzguy's answer

来自qwertzguy的回答

Click on debug/run while the drop down is displayed, Ctrl+Shift+click on the run configuration you want to remove. A dialog will open to confirm the deletion.

在显示下拉列表时单击调试/运行,按Ctrl + Shift +单击要删除的运行配置。将打开一个对话框以确认删除。

You can disable the confirmation dialog in Eclipse go to

您可以在Eclipse中禁用确认对话框

Window ---> Preferences ---> Run/Debug --> Launching: uncheck "Prompt for confirmation when removing a configuration from the launch history".

窗口--->首选项--->运行/调试 - >启动:取消选中“从启动历史记录中删除配置时提示确认”。


From Francisco Puga's answer

来自Francisco Puga的回答

Launch configurations are stored on:

启动配置存储在:

${WORKSPACE}/.metadata/.plugins/org.eclipse.debug.core/.launches

Take a look to the existent configurations and remove those that are not interested to you.

查看现有配置并删除对您不感兴趣的配置。

#2


0  

Debug/Run Configuration icon drop down list show recent file use to run project recently. That dropdown list items is not related to list display under Debug Configurations dialog.

Debug / Run Configuration图标下拉列表显示最近用于运行项目的文件。下拉列表项与“调试配置”对话框下的列表显示无关。