Re: [R] odd behavior of browser()

2012-12-12 Thread David Romano
On Tue, Dec 4, 2012 at 2:12 PM, David Romano wrote: > > > On Tue, Dec 4, 2012 at 10:22 AM, Duncan Murdoch > wrote: > >> On 04/12/2012 12:54 PM, David Romano wrote: >> >>> Hi everyone, >>> >>> I normally include a call to browser() as I'm working out the kinks in my >>> scripts, and I am always a

Re: [R] odd behavior of browser()

2012-12-04 Thread Duncan Murdoch
On 04/12/2012 12:54 PM, David Romano wrote: Hi everyone, I normally include a call to browser() as I'm working out the kinks in my scripts, and I am always able to step through each line by hitting "Return", but for some reason, in the scripts I'm working on now, hitting "Return" seems to cause

Re: [R] odd behavior of browser()

2012-12-04 Thread R. Michael Weylandt
Untested, I think it's the blank line in your script which exits the debugger and then you're seeing regular execution. MW On Tue, Dec 4, 2012 at 5:54 PM, David Romano wrote: > Hi everyone, > > I normally include a call to browser() as I'm working out the kinks in my > scripts, and I am always a

[R] odd behavior of browser()

2012-12-04 Thread David Romano
Hi everyone, I normally include a call to browser() as I'm working out the kinks in my scripts, and I am always able to step through each line by hitting "Return", but for some reason, in the scripts I'm working on now, hitting "Return" seems to cause execution of *all* the lines in my script. I'