search for: edtdbg

Displaying 5 results from an estimated 5 matches for "edtdbg".

2009 Dec 07
4
Announce: edtdbg, integrating R's debug() with your text editor
I've just developed edtdbg, a small package that integrates R's debug() with one's text editor. Excerpt from the README file: Goal The debug() function in R is primitive. My goal was to make it more usable by integrating it with one's text editor. Hence I wrote the package here, edtdbg. Its...
2010 Jan 22
0
ANNOUNCE: edtdbg debugging tool
My edtdbg debugging tool is now on CRAN, at http://cran.r-project.org/web/packages/edtdbg/index.html I've added a few new commands since the last time I announced the package here. I'll enclose command list at the end of this message. Currently the package is implemented for Vim. I have a volun...
2009 Dec 23
0
new, much improved version of edtdbg debugging tool
A few weeks ago, I released my package edtdbg, which integrates R's debug() with your text editor. At the time, I said I'd release a version with more features in a couple of days. Well, it's taken a while, as I've experimented with various approaches, but I'm now releasing the new version, introducing the new features I...
2011 Oct 19
3
new R debugging tool
I've developed a new R debugging tool, debugR, available at http://heather.cs.ucdavis.edu/debugR.html This basically replaces my edtdbg, which I will no longer be supporting. The new tool is now decoupled from one's text editor, and has a lot more features than edtdbg did. Try it! Feedback is encouraged, of course. Norm Matloff
2012 Dec 19
0
¿Trucos para debug de código en paralelo?
...stoy usando snowFall, y desde hace pocas semanas se me ha colado algun bug (en algun sitio que no acabo de encontrar) que aparece sólo cuando lo ejecuto en paralelo, y no cuando ejecuto en modo secuencial (no paralelo, quiero decir) el mísmo código. Parece ser que existen los paquetes * debug * edtdbg * ess-tracebug Y parece que el ess-tracedebug tiene incluso debugger visual (a-la-emacs, por lo que aún no sé si lo de clicar con el ratón y botón derecho mostrá las opciones o tendré que aprenderme el puñado de atajos nuevos incluso para las cosas básicas). ¿Alguna recomendación alguien que l...