file_based_indexes.md: update debug assertions tip

This commit is contained in:
Yann Cébron 2021-01-18 17:44:05 +01:00
parent ba8db7fc06
commit 1fb470019f

View File

@ -45,7 +45,7 @@ If you don't need to associate any value with the files (i.e., your value type i
> >
{type="warning"} {type="warning"}
> Please see `com.intellij.util.indexing.DebugAssertions` on how to enable additional debugging assertions during development to assert correct index implementation. > Please set system property `intellij.idea.indices.debug`/`intellij.idea.indices.debug.extra.sanity` to `true` to enable additional debugging assertions during development to assert correct index implementation.
> >
{type="note"} {type="note"}