Recording properties > Log options Recording options
Enables you to determine the level of debug information generated during recording.
To access |
Record > Recording Options > Recording Properties > Log Options |
Important information |
This node is available only for the Java Record Replay protocol. These options are not supported for the Java Record Replay protocol when using Java 8 and later versions. |
User interface elements are described below:
UI Element
|
Description
|
---|---|
Class Dumping |
Dumps all of the loaded classes to the script folder. Default value: disabled. Tip: Under the script's data folder, VuGen creates a subfolder named dump. This folder contains a copy of each class file that was loaded. You can use these class files to determine the signatures when defining custom hooks. |
Digest Calculation |
Generate a digest of all recorded objects. Default value: disabled.
Syntax: java.lang.Object class format, delimiter = "," |
Log Level |
The level of recording log to generate:
Note: The log files are stored in the script folder's data directory. |
Synchronize Threads |
For multi-threaded applications, instructs VuGen to synchronize between the different threads. Default value: disabled. |