menih

Results 7 issues of menih

How do I incorporate it with my app? I have an existing app, which I connect to with remsh, and i want to make use of recon to introspect it....

I tried opening a log file and it is not showing up. I than defined a regex based log format but it still came up empty. How do debug?

Consider the following: 1> Tuple = {{key, value}, { key2, {key3, [value1, 2,3]}}}. {{key,value},{key2,{key3,[value1,2,3]}}} 2> jsx:encode(Tuple). ** exception error: bad argument in function jsx_parser:value/4 (jsx_parser.erl, line 163) Can we come...

I am trying to debug a node running on linux (Windows WSL) and set my IDE on windows. I've configured remove node debugging with the right node name and cookie...

feat:Debug
debugger

I tried to follow threads that suggest remote node debugging. I've configured node name and cookie as expected, placed few break points. none hits. What should I be looking at?

Consider the following 1> Tuple = {{key, value}, { key2, {key3, [value1, 2,3]}}}. {{key,value},{key2,{key3,[value1,2,3]}}} Produces: 2> jsone:encode(Tuple). ** exception error: bad argument in function jsone_encode:value/4 called as jsone_encode:value({{key,value},{key2,{key3,[value1,2,3]}}}, [],, {encode_opt_v2,false,false,false,...

Steps to reproduce: 1) Get processes info -> Pids Pids = [erlang:process_info(Pid, [registered_name,reductions,monitors,monitored_by,links]) ++ [{pid, Pid}] || Pid Data Data = lists:sort(fun(A, B) -> proplists:get_value(reductions, A) > proplists:get_value(reductions, B) end,...

team:VM
enhancement