Skip to content

Commit ec27336

Browse files
committed
Add :observer.start at the end
1 parent fc8793d commit ec27336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/pages/getting-started/debugging.md

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ iex> :observer.start()
137137
> iex> Mix.ensure_application!(:wx)
138138
> iex> Mix.ensure_application!(:runtime_tools)
139139
> iex> Mix.ensure_application!(:observer)
140+
> iex> :observer.start()
140141
> ```
141142
>
142143
> If any of the calls above fail, here is what may have happened: some package managers default to installing a minimized Erlang without WX bindings for GUI support. In some package managers, you may be able to replace the headless Erlang with a more complete package (look for packages named `erlang` vs `erlang-nox` on Debian/Ubuntu/Arch). In others managers, you may need to install a separate `erlang-wx` (or similarly named) package.

0 commit comments

Comments
 (0)