Viivi Tips < Viivi's Cell < Entrance


Viivi Tips

This page summarizes tips in using Viivi.


How to force Viivi to Quit

When Viivi gets out of control or when you want to force Viivi running in the kernel-mode to quit, you can use the key-combination

		[Control]+[C]

By typing once [C]-key with keeping [Control]-key pressed-down in the terminal/CMD window where Viivi was booted-up, the process for the JVM is aborted and hence Viivi is forced to quit on the most platforms.

Note that it is not a safe method but an emergency measure.
Some disadvantages may possibly occur.


Stop and Restart the Screen Scrolling

When you are using Viivi in the kernel-mode, you can miss the output contents scrolling so fast.

In such a case, you can control the screen scrolling with the key-combinations

		[Control]+[S]		Stop the screen scrolling
		[Control]+[Q]		Restart the screen scrolling
These key-combinations can be used not only with Viivi, but also generally with the applications running on the terminal/CMD window.


Standard I/O Files

The standard input source, the standard output destination, and the standard error-output destination, available in the most platforms, can be seen as special device files prepared in the platforms, respectively.
Typical examples are as follows:

[Example]
If you want to change the output destination of the trace-output, which is the standard-error-output destination, to the standard-output destination, you can specify with the argument-commands "-e" as
	$ viivi -K -e /dev/stdout		for the Unix-like platforms (sh system) ($ is the prompt of sh)
	> viivi -K -e CON			for the Windows platforms (> is the prompt of CMD)


Viivi Tips < Viivi's Cell < Entrance


Contact

Exhibited on 2022/03/02
Copyright(C) 2003-2022 ilma <ilma@viivi.io> All rights reserved.