How to look into the Unsafe.debug ?

What are the possible ways for looking into the Unsafe.debug() output when JNode is running ?

if you are using kvm

If you are using kvm (Kernel Virtual Machine, for now only available on linux but it seems a windows port is being done), you can use
the option "-serial stdio" to have the serial output being sent to standard io.

Fabien

my blog : en français, in english or both

With vmware you can

With vmware you can configure a serial port and redirect it to a file.
After JNode boots the 'kdb on' command will enable the sending of Unsafe.debug() output to the serial port and so you will find it in the configured file.