Stephen Eglen
2000-Aug-13 13:35 UTC
[R] Suggestion for debug: optional count for `next' command
Hi, This is just a suggestion for an additional feature for `debug'. Would it be useful to allow the `next' command within debug to take an optional numeric argument which specifies the number of steps to take, rather than just taking one step at a time? (GDB has this feature already, so for next `next 5' will take five steps, instead of the default of one step.) Cheers, Stephen -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Reasonably Related Threads
- R Equivalent to matlab's find() command?
- R 1.6.1: help with debugging error in RunGenCollect(), R_gc_internal
- labels returned by cut() when include.lowest=T (PR#1263)
- Re: [R] problem clipping R postscript plots within latex (PR#623)
- Re: [PATCH v3 4/6] mllib: modify nsplit to take optional noempty and count arguments