Sourced from observer_cli's releases.
1.8.1
What's Changed
- chore: move xref from rebar.config to code attribute by
@zhongwencoolin zhongwencool/observer_cli#106- feat: show node name in system pane by
@zhongwencoolin zhongwencool/observer_cli#107Full Changelog: https://github.com/zhongwencool/observer_cli/compare/1.8.0...1.8.1
Show process's label and node's dist_stats
New Feature:
- Process Label Display: Now shows the process's label when set using proc_lib:set_label(Label).
- System View Update: Displays the number of bytes in the output distribution queue, which sits between Erlang code and the port driver, using the undocumented function erlang:dist_get_stat/1.
- Added support for to jump to a specific process PID.
Bug Fix
- Resolved an issue where the Doc View would not display when the OTP version is 27.