Octave 3.8.1 无法在 gui 命令窗口中停止执行 [英] octave 3.8.1 can't stop execution in gui command window

查看:108
本文介绍了Octave 3.8.1 无法在 gui 命令窗口中停止执行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 Ubuntu 14.04 中使用 gui 运行八度音程 3.8.我的程序中某处有一个无限循环,终端似乎没有响应典型的按键以停止执行.(例如 Ctrl+C、Ctrl+Z) 当我在终端中运行程序时,我可以按 Ctrl+C,但这在这里似乎不起作用.我该怎么做才能停止执行?

I'm running octave 3.8 with the gui in Ubuntu 14.04. I have an infinite loop somewhere in my program and it seems like the terminal doesn't respond to the typical keypresses to stop execution. (eg. Ctrl+C, Ctrl+Z) When I run programs in the terminal, I can just press Ctrl+C, but that doesn't seem to work here. What can I do to halt execution?

推荐答案

要在 Octave GUI 或提示中停止正在运行的命令或脚本:

To stop a running command or script in octave GUI or prompt:

  1. Ctrl+C

你会看到:

less -- (f)orward, (b)ack, (q)uit

中止(并关闭 GUI 或命令行):

To abort (and close the GUI or command line):

  1. 控制+C

要停止打印命令或脚本的输出 (?):

To just stop printing the output of the command or script (?):

  1. q
  2. 回车

这篇关于Octave 3.8.1 无法在 gui 命令窗口中停止执行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆