Skip to content

Releases: zhongwencool/observer_cli

1.8.5

25 Oct 11:50
a5e253c

Choose a tag to compare

What's Changed

Full Changelog: 1.8.4...1.8.5

1.8.4

26 Aug 14:08

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.3...1.8.4

1.8.3

24 Apr 08:55

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.2...1.8.3

v1.8.2

07 Feb 10:06

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.8.1...v1.8.2

1.8.1

17 Dec 13:44

Choose a tag to compare

What's Changed

Full Changelog: 1.8.0...1.8.1

Show process's label and node's dist_stats

21 Oct 09:29
19b2011

Choose a tag to compare

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.
iShot_2024-10-21_17 15 49 iShot_2024-10-21_17 13 10 iShot_2024-10-21_17 13 41

1.7.5

08 Aug 08:19
4b21dba

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.4...1.7.5

1.7.3

17 Apr 09:11
373cd66

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.7.2...1.7.3

1.7.2

10 Feb 15:59

Choose a tag to compare

What's Changed

  • Fix typos by @kianmeng in #84
  • Fix error when inspecting process that monitors via {RegName, Node} by @ansd in #86

New Contributors

Full Changelog: 1.7.1...1.7.2

application included started/starting/loaded/loading status

27 Aug 01:54
683257f

Choose a tag to compare

Merge pull request #83 from zhongwencool/fixed-ctrl-c-error

application view show starting/loading/startPfalse/loaded/started application.