由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Quant版 - R studio 进入debug状态后, 很慢 ? (转载)
相关主题
[合集] Hedge fund面试要做test, 会怎么样?问个C++的土问题,见笑了。
用Visual Studio 2008 debug DLL.现在C++ Windows,但大多数要求C++ Unix,要学些什么东西呢? (转载)
C++ and threading interview questions[合集] 谁能讲讲 knock-in put?
请给些C++学习建议[合集] two Stochastic problems
关于VBA 结合 C++[合集] 贡献一个小题目
20k[合集] 刘备三顾茅庐见不到诸葛亮,
求纽约市excel & VS C++高手周末辅导编程[合集] A probability question
面试题 Interest Rate Product Group of GS[合集] 两个offer,如何选择
相关话题的讨论汇总
话题: debug话题: studio话题: main话题: 很慢话题: 状态
进入Quant版参与讨论
1 (共1页)
l******9
发帖数: 579
1
【 以下文字转载自 Statistics 讨论区 】
发信人: light009 (light009), 信区: Statistics
标 题: R studio 进入debug状态后, 很慢 ?
发信站: BBS 未名空间站 (Thu Apr 10 23:52:15 2014, 美东)
在用 R studio 做 R code 开发。
如果 不设 breakpoint, R code 从什么地方开始运行 , R code 没有 main 函数 ?
为什麽 进入 debug 状态 以后, R studio 变得 很慢, 我按执行下一行 按钮, 没
反应 ?
按 source on save button ,程序从哪里开始运行?
谢谢
i*******r
发帖数: 51
2
You can try debug in command line mode.
Suppose you have a function main(), use
>debug(main)
then
> main()
you will stop at the first line in the function of main.



【在 l******9 的大作中提到】
: 【 以下文字转载自 Statistics 讨论区 】
: 发信人: light009 (light009), 信区: Statistics
: 标 题: R studio 进入debug状态后, 很慢 ?
: 发信站: BBS 未名空间站 (Thu Apr 10 23:52:15 2014, 美东)
: 在用 R studio 做 R code 开发。
: 如果 不设 breakpoint, R code 从什么地方开始运行 , R code 没有 main 函数 ?
: 为什麽 进入 debug 状态 以后, R studio 变得 很慢, 我按执行下一行 按钮, 没
: 反应 ?
: 按 source on save button ,程序从哪里开始运行?
: 谢谢

1 (共1页)
进入Quant版参与讨论
相关主题
[合集] 两个offer,如何选择关于VBA 结合 C++
[合集] FDM vs FEM in SDE20k
[合集] Interview hedging problem求纽约市excel & VS C++高手周末辅导编程
[合集] contribute an interview problem面试题 Interest Rate Product Group of GS
[合集] Hedge fund面试要做test, 会怎么样?问个C++的土问题,见笑了。
用Visual Studio 2008 debug DLL.现在C++ Windows,但大多数要求C++ Unix,要学些什么东西呢? (转载)
C++ and threading interview questions[合集] 谁能讲讲 knock-in put?
请给些C++学习建议[合集] two Stochastic problems
相关话题的讨论汇总
话题: debug话题: studio话题: main话题: 很慢话题: 状态