Re: [R] browser() pre 3.1 behaviour

2016-11-23 Thread Duncan Murdoch
On 23/11/2016 6:51 AM, Falk Hildebrand via R-help wrote: Dear R help list,I have been using the "browser()" function for a long time now to debug my function code. However, since 3.1 (I think) the behaviour has changed that browser() (or the debug interface) is being called also when a loop is

[R] browser() pre 3.1 behaviour

2016-11-23 Thread Falk Hildebrand via R-help
Dear R help list,I have been using the "browser()" function for a long time now to debug my function code. However, since 3.1 (I think) the behaviour has changed that browser() (or the debug interface) is being called also when a loop is being executed (copy pasted to the R interface). So I have