Debug4 Class

Assembly
Db4objects.Db4o-2010.dll
Namespace
Db4objects.Db4o
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Debug4"] class Type type-node

Syntax

public sealed class Debug4

Fields

Name Constant Value Summary
atHome False
prints more stack traces
static
checkSychronization False
checks monitor conditions to make sure only the thread with the global monitor is allowed entry to the core
static
configureAllClasses False
makes sure a configuration entry is generated for each persistent class
static
configureAllFields False
makes sure a configuration entry is generated for each persistent field
static
freespace False
turns freespace debuggin on
static
indexAllFields False
indexes all fields
static
lockFile True
allows overriding the file locking mechanism to turn it off
static
longTimeOuts False
makes C/S timeouts longer, so C/S does not time out in the debugger
static
messages False
prints all communicated messages to the console
static
nio True
allows turning NIO off on Java
static
queries False
prints query graph information to the console
static
staticIdentity False
allows faking the Db4oDatabase identity object, so the first stored object in the debugger is the actually persisted object Changing this setting to true will fail some tests that expect database files to have identity
static
weakReferences True
allows turning weak references off
static
xbytes False
fills deleted slots with 'X' and overrides any configured freespace filler
static

Methods