Skip to content
Back to formatted view

Raw Message

Message-ID: <1350188009784-4646115.post@n4.nabble.com>
Date: 2012-10-14T04:13:29Z
From: mrzung
Subject: stop at error point in for-loop

hi all:

Following is simple example,

for(i in 1:10000000){
a<-function(i){
#some function that has an error
}
}

What I want to know is the way to find the error point in for-loop, What "i"
makes the error.

is there any way to solve it instead of debugging and finding an error
manually?

Thanks,





--
View this message in context: http://r.789695.n4.nabble.com/stop-at-error-point-in-for-loop-tp4646115.html
Sent from the R help mailing list archive at Nabble.com.