[erlang-questions] erlang:trace and bad argument

Joel Reymont joelr1@REDACTED
Sun Sep 14 12:33:06 CEST 2008


What am I doing wrong here?

20> erlang:trace(self(), false, [send]).
1
21> erlang:trace(self(), true, [send]).
** exception error: bad argument
      in function  erlang:trace/3
         called as erlang:trace(<0.93.0>,true,[send])
22> erlang:trace(self(), true, [call]).
** exception error: bad argument
      in function  erlang:trace/3
         called as erlang:trace(<0.99.0>,true,[call])

	Thanks, Joel

--
wagerlabs.com








More information about the erlang-questions mailing list