You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 5, 2024. It is now read-only.
TypeDB can be ran in debug mode, in which it'll run RocksDB's dev release, if it is available.
The detection of the debug flag is done in bash since we need to configure the classpath before TypeDB is started. It is complicated if you want do it in TypeDB, after bootup.
However, we may decide that the --debug flag is not critical and/or RocksDB is replaced or never used in dev mode anyway, so we can remove the flag.