// Matching export const VerboseTraceFindMatch = false; export const VerboseTraceFindMatchFails = false; export const VerboseFunctionOutputFiltering = false; export const WarnOnMultipleMatches = false; export const BreakOnMatchFailure = false; // Execution export const VerboseLogFilteredEmptyValue = false; export const VerboseLogCallMountPoint = false; export const VerboseLogEveryPlanExecution = false; // Caching export const VerboseLogCacheActivity = false; export const VeryVerboseLogCacheActivity = false; // MemoryTable export const MemoryTableExtraErrorMessages = true; // Streams export const StreamOverflowCheck = true; export const StreamOverflowCheckMs = 10000; export const StreamDebugOverflowWithStackTrace = false; // Print every message that every stream receives. export const StreamSuperTrace = false; // Adds to StreamSuperTrace and also prints the stack trace every time a message happens. export const StreamSuperDuperTrace = false; // net export const SocketClientCheckOutgoingData = true; export const StreamValidation = true; export const VerboseMessagePortLog = false; export const EnableWarningOnUnserializableData = true; // Debugging console.log export const StackTraceAllConsoleLogs = false; export const EnableSerializableTest = true; export const TaggedValueErrorOnUnknownTag = false; export const VerboseSocketLog = false; export const VerboseConnectionLog = false; export const AssertHandlerParseIsBidirectional = true; export const EnableQueryFreeze = true; // Table debugging export const EnableTableProxyWrapper = true; // Debugging monitor export const EnableDebugMonitor = false;