[REBOL] Re: R: patching print & probe so they log to a file disk. [logs] [print] [probe]

2004-03-29 Thread Anton Rolls
This looks like a bug we were investigating on Rebol-View Alt-ME world. I and henrikmk did a lot of work isolating the bug. There is more work to do, it is not a totally simple example, but one of the instructions required to show the bug was read/lines. I would appreciate if you made as short as

[REBOL] Re: R: patching print & probe so they log to a file disk. [logs] [print] [probe]

2004-03-25 Thread Maxim Olivier-Adlhoch
hi Giuseppe, you might want to add : trace on trace/net on in your script and launch it this way: rebol -c -s yourScript.r > test.log this will pipe ALL console messages to the test.log file, including all trace messages... if you are reading the net and it fails, you most probably will