elixir-lang / elixir-lang.github.com

Website for Elixir
elixir-lang.org
354 stars 822 forks source link

Harmonize note about needed dependencies for observer. #1713

Closed UweKrause closed 1 year ago

UweKrause commented 1 year ago

With Elixir version 1.15, to use :observer.start() in combination with iex, it is necessary to manually add the needed dependencies.

The needed dependencies are already mentioned in the "getting started" guide. This PR copies the note from there to the "mix guide" as requested in an issue.

The same PR is opened in the repository elixir-lang/elixir (https://github.com/elixir-lang/elixir/pull/12861).

josevalim commented 1 year ago

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart: