From 1fb470019f7c37aa34d4609d5a6e6b05f6fc0817 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 18 Jan 2021 17:44:05 +0100 Subject: [PATCH] file_based_indexes.md: update debug assertions tip --- topics/basics/indexing_and_psi_stubs/file_based_indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/basics/indexing_and_psi_stubs/file_based_indexes.md b/topics/basics/indexing_and_psi_stubs/file_based_indexes.md index 05257695d..49a97060a 100644 --- a/topics/basics/indexing_and_psi_stubs/file_based_indexes.md +++ b/topics/basics/indexing_and_psi_stubs/file_based_indexes.md @@ -45,7 +45,7 @@ If you don't need to associate any value with the files (i.e., your value type i > {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"}