[ESS] debugging with ess-tracebug

Vitalie Spinu spinuvit at gmail.com
Tue Jun 25 21:56:45 CEST 2013


Hi Kevin, 

What version of ESS do you use?

 >> Kevin Kunzmann <kevinkunzmann at gmx.net>
 >> on Tue, 25 Jun 2013 21:35:39 +0200 wrote:

 > Hi,

 > I wanted to unify my programming environments using emacs. ESS seems to work
 > fine so far, only the tracebug debugging does not work properly yet. I followed
 > the tutorial

 > http://code.google.com/p/ess-tracebug/wiki/GettingStarted

This one is outdated. Fixing it now.

 > The "M-c s" command does not work for me

It was removed long long back.

 > (and i could not find its definition) so I just sourced the code via
 > C-c C-l directly. 

This is correct.

 > I get the error message, but when I try to trace it back R tells me
 > 'beyond last Reference' and thats it

M-g n should get you to the error location (press repeatedly if there
are several errors). It works only for errors after the user input
marker (a small arrow in the left fringe indicating your last
command). Otherwise just click on the error, or navigate to it and RET.


 > Help would be greatly appreciated,  as emacs/ESS is looking promising
 > so far.

If you have further problems please provide a small reproducible example
and describe your work-flow step by step.

    Vitalie



More information about the ESS-help mailing list