[erlang-questions] UI Debugger

Taavi Talvik taavi@REDACTED
Wed Sep 6 14:27:39 CEST 2006


> Hi all,
> I'm trying to debug an application that is running in our production
> and development servers. I would like to debug it remotely, from my
> own machine. I'm looking for a debugger, if possible with GUI ... if
> not, pure text, pure console :)))))
>
> I have tried debugger (debugger:start().) but it looks that it cann't
> debug remetely.
> I don't get to make TDB to work,
>
> I bet there are some usefull debuggers for remote servers. Any 
> sugestions?

Pure console:

erl -name myworkstation@REDACTED -setcookie secret_cookie -remsh 
my_production_node@REDACTED

Remember to use ^G and the q for exiting. Otherwize using halt() or q() 
stops production
node.

best regards,
taavi




More information about the erlang-questions mailing list