From 8416da8b7b1f6f01587b9025251f5ac328c756cf Mon Sep 17 00:00:00 2001 From: Alexander Merkulov Date: Fri, 1 Sep 2017 17:13:58 +0300 Subject: [PATCH] Add notice for debug blacklist. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4a6f22c48..487453115 100644 --- a/README.md +++ b/README.md @@ -1401,6 +1401,9 @@ After you have configured a [run configuration](#run-configuration) for your pro | -----------------------------------|------------| --------------------------------| | INTELLIJ\_ELIXIR\_DEBUG\_BLACKLIST | iconv,some | Excluding modules from debugger | +*Notice: If you trying blacklist atom of some Elixir module like `Bcrypt.Base`, check twice for `Elixir.` prefix. +This rule applies only to module atoms.* + #### Breakpoints When a breakpoint is set, the editor displays a breakpoint icon in the gutter area to the left of the affected source code. A breakpoint icon denotes status of a breakpoint, and provides useful information about its type, location, and action.