koudelka / visualixir

A process/message visualizer for BEAM nodes.💪👁
MIT License
1.32k stars 46 forks source link

Doesn't show any messages #23

Open ceres629 opened 6 years ago

ceres629 commented 6 years ago

visualixir compiles and installs fine but tracing nodes doesn't seem to do anything... I can't get any info on messages being passed no matter which nodes I click on, and I'm certain messages are being sent...

OSX Erlang/OTP 21 Elixir: 1.7.1

koudelka commented 6 years ago

I haven't tested it on newer versions of elixir, you might try downgrading to 1.6.6/20.3.8 and see if it still doesn't work for you.

ceres629 commented 6 years ago

Tested in 1.6.6/20.3.4 and it has the same issue. No messages showing up.

linjunpop commented 5 years ago

Same here, nothing displays

fenollp commented 5 years ago

Same on ubuntu 18.04 + 1.7.4

justjoheinz commented 5 years ago

Same

elixir -v
Erlang/OTP 22 [erts-10.4.4] [source] [64-bit] [smp:2:2] [ds:2:2:10] [async-threads:1] [hipe]

Elixir 1.9.1 (compiled with Erlang/OTP 21)
koudelka commented 5 years ago

hey folks, I've just pushed a major revision, could you let me know if you're still having issues?

justjoheinz commented 5 years ago

I now manage to get the red arrows between pids, but the new (?) sequence chart does not seem to work. But I only had a very quick look. Good work! Thanks.