Re: [R] Debugging using RStudio or any other R editor

2012-02-21 Thread Shige Song
Both ESS (with ess-tracebug) and StatET (an R plug-in for Eclipse) has debugger function. Shige On Tue, Feb 21, 2012 at 8:16 AM, R. Michael Weylandt wrote: > ?findLineNum in conjunction with ?setBreakpoint and ?traceback or > options(error=recover) seems like a good strategy within R. Not sure >

Re: [R] Debugging using RStudio or any other R editor

2012-02-21 Thread R. Michael Weylandt
?findLineNum in conjunction with ?setBreakpoint and ?traceback or options(error=recover) seems like a good strategy within R. Not sure what you can get on the IDE end. Michael On Tue, Feb 21, 2012 at 2:38 AM, jpm miao wrote: > Hello, > >   I am using RStudio and have trouble finding out the prob

[R] Debugging using RStudio or any other R editor

2012-02-20 Thread jpm miao
Hello, I am using RStudio and have trouble finding out the problematic line in the presence of a bug. Could I view the line NUMBER which contains a bug? Is there any R editor able to do it? Thanks, Miao [[alternative HTML version deleted]] ___