如何停止在 Eclipse 下运行的程序?

2023-06-27Java开发问题
88

本文介绍了如何停止在 Eclipse 下运行的程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

问题描述

我找不到停止正在运行的程序的选项(无论是调试还是发布模式).

I can't find an option to stop a running program (whether in debug or release mode).

所以现在,我只需关闭模拟器即可停止程序(将控制权返回给 Eclipse).

So for now, I stop the program (returning control to Eclipse) simply by closing the emulator.

有没有更好的方法来做到这一点?这样我就不需要关闭(并重新启动)模拟器?

Is there a better way of doing this? Such that I don't need to close (and restart) the emulator?

推荐答案

我了解到您想在模拟器上停止您的应用.为此,您可以打开设备窗口(在调试透视图中),选择进程,然后按同一窗口上的停止按钮.

I understand you want to stop your app on the emulator. For this you can open up the devices window (in the debug perspective), select the process and then press the stop button on the same window.

这篇关于如何停止在 Eclipse 下运行的程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

在 Eclipse 项目中使用西里尔文 .properties 文件
Use cyrillic .properties file in eclipse project(在 Eclipse 项目中使用西里尔文 .properties 文件)...
2024-08-25 Java开发问题
18

如何在java中找出依赖于语言环境的文本方向?
How to find out locale-dependent text orientation in java?(如何在java中找出依赖于语言环境的文本方向?)...
2024-08-25 Java开发问题
24

Eclipse 在尝试启动 Android 应用程序时卡住了
Eclipse gets stuck when trying to launch Android app(Eclipse 在尝试启动 Android 应用程序时卡住了)...
2024-08-25 Java开发问题
14

Eclipse:无法初始化监视器线程:无法建立环回连接
Eclipse: Failed to initialize Monitor Thread: Unable to establish loopback connection(Eclipse:无法初始化监视器线程:无法建立环回连接)...
2024-08-25 Java开发问题
4

Eclipse-找不到JDK
Eclipse- JDK not found(Eclipse-找不到JDK)...
2024-08-25 Java开发问题
6

错误:CreateProcess 错误=216,此版本的 %1
Error:CreateProcess error=216, This version of %1(错误:CreateProcess 错误=216,此版本的 %1)...
2024-08-25 Java开发问题
9