Skip to content

debug

2 messages · Tammy Ma, Duncan Murdoch

#
Tammy Ma wrote:
The usual advice: simplify the problem until it's obvious. I don't know 
if you consider the "skipping" messages to be a problem, but if not, it 
sure looks as though the problem is in

book_log-20060225T165935.txt 

so you can simplify things a lot by creating a copy of that file in a 
separate directory, and using debug or other techniques (e.g. 
options(error=recover) ) to diagnose it.

Duncan Murdoch