[R] Eclipse/Statet: How to set breakpoints

2008-07-30 Thread [EMAIL PROTECTED]
Hi, I'm using the IDE Eclipse with the Statet-Plugin to develop R-code. Is there a possibility to set breakpoints for debugging in R-script files (just like in Java-code)? Cheers, Eli __ R-help@r-project.org mailing list

Re: [R] Eclipse/Statet: How to set breakpoints

2008-07-30 Thread Duncan Murdoch
On 30/07/2008 4:28 AM, [EMAIL PROTECTED] wrote: Hi, I'm using the IDE Eclipse with the Statet-Plugin to develop R-code. Is there a possibility to set breakpoints for debugging in R-script files (just like in Java-code)? I believe the answer is no, but R does contain (some of?) the necessary

Re: [R] Eclipse/Statet: How to set breakpoints

2008-07-30 Thread Duncan Murdoch
On 7/30/2008 7:15 AM, [EMAIL PROTECTED] wrote: Hi Duncan, thank you for your fast answering. Is there any function implemented in R to stop it? (something like q() but i only want to stop a script not shutdown the whole R-console at a certain point) That would be a good alternative for