Pontifications

  • I don’t want to use print statements or separate debuggers like xdb or gdb or rr. I just want to be able to go backwards and forwards, change variables, stop the execution, change the code and the values of variables and continue backwards and forwards just like we did in my AI course at the University of Waterloo on a Xerox Lisp Work station in 1987! How hard can it be :-) ?
  • I will settle for being able to debug R when passing command line arguments in! Can’t believe R Studio doesn’t support that!!!!!!!
  • You have to call system("Rscript yourscript.R arg1 arg2") or some other such kludgery and you end up debugging outside R Studio!

Leave a comment on github