Hi Bill,

if you are on Windows anyway why not use the windows logging
tools like dbmon.exe (available in the windows SDK or from [1]).
I learned about it from Smalltalk MT and its a nice way
to log/debug (see [2]).

Download the above dbmon.exe tool and start it. Then open pharo
and load FFI (by evaluating "ScriptLoader loadFFI"). Then 
file in the attached file and evaluate:

     Win32DebugConsole new outputDebugString: 'Hello'

to log something to the console. It's a nice way if you run headless
images.

Bye
Torsten

[1] http://www.genify.com/techniques/dbmon.exe
[2] http://www.genify.com/techniques/debugging.htm
-- 
Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss 
für nur 17,95 Euro/mtl.!* 
http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a
'From Pharo0.1 of 16 May 2008 [Latest update: #10303] on 17 May 2009 at 8:20:45 
pm'!
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to