[R] how do you know which functions are being debugged?

Gabor Grothendieck ggrothendieck at gmail.com
Fri Oct 23 21:01:25 CEST 2009


On Fri, Oct 23, 2009 at 2:52 PM, Duncan Murdoch <murdoch at stats.uwo.ca> wrote:
> On 10/23/2009 2:49 PM, Andrew Yee wrote:
>>
>> Thanks everyone for the responses.  As a suggestion, wouldn't it be
>> useful,
>> that when you run isdebugged() without any parameters, it would just
>> report
>> back the functions that are being flagged for debugging?
>
> Could you give an example of what the answer would look like?  Not all
> functions have names, not all names are unique, ...
>

One could use the formal argument list of the function, i.e. the
output of args, when there is no notion of name since that is always
available.




More information about the R-help mailing list