I am following the instructions described in https://www.erlang.org/doc/apps/debugger/debugger_chapter to start the debugger. However, after debugger:start()., I only get the message Command is taking a long time, type Ctrl+G, then enter ‘i’ to interrupt, when according to the manual, the monitor window should open immediately.
After I press CTRL+C and then c, the debugger monitor window opens.
Why is that? I am attaching a video and 2 screenshots of the screen after debugger:start() was called.
Video: https://sendvid.com/nra91kna
Thanks!

