Skip to content

Instantly share code, notes, and snippets.

@oivoodoo
Created December 1, 2016 13:56
Show Gist options
  • Save oivoodoo/0ac250697815e16917f8fcd6b3223d5e to your computer and use it in GitHub Desktop.
Save oivoodoo/0ac250697815e16917f8fcd6b3223d5e to your computer and use it in GitHub Desktop.
erlang remote debug
ssh -L 4369:localhost:4369 -L 9001:localhost:9001 ip -N
erl -name debug@127.0.0.1 -setcookie your_cookie -run observer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment