Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/r/67.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何关闭在调试中运行的Rserve()_R_Debugging_Shutdown_Rserve - Fatal编程技术网

如何关闭在调试中运行的Rserve()

如何关闭在调试中运行的Rserve(),r,debugging,shutdown,rserve,R,Debugging,Shutdown,Rserve,我在调试模式下从Mac上的RStudio中启动了Rserve(),如下所示: Rserve(debug=TRUE,args="--no-save") 因此,我得到的信息是: Note: debug version of Rserve doesn't daemonize so your R session will be blocked until you shut down Rserve. 这很好,直到我在调试模式下使用完Rserve 如何发送中断以正常关闭Rserve() 谢谢 什么操作系

我在调试模式下从Mac上的RStudio中启动了Rserve(),如下所示:

Rserve(debug=TRUE,args="--no-save")
因此,我得到的信息是:

Note: debug version of Rserve doesn't daemonize so your R session will be blocked until you shut down Rserve.
这很好,直到我在调试模式下使用完Rserve

如何发送中断以正常关闭Rserve()


谢谢

什么操作系统<代码>Esc通常在Windows上执行此操作
ctrl-c
on*nix或Mac。这是在Mac上提到的。当我在RStudio中使用命令
Rserve(debug=TRUE,args=“--no save”)
启动Rserve()时,就无法再向控制台窗口发送更多命令。它们各自等待(队列)直到控制台从调试返回。