[erlang-questions] Questions about OTP debugging...
Jared Kofron
jared.nance@REDACTED
Tue Feb 1 17:12:47 CET 2011
Peter -
For future reference, I find SASL to be a huge help in debugging things. To turn it on,
just
application:start(sasl)
Be warned, it will increase the verbosity of your terminal dramatically!
On Feb 1, 2011, at 7:43 AM, Peter W. Morreale wrote:
> Arrggghhh... I found the issue...
>
> Typo in the .app file:
>
>> {application, tcp_rcp, [
>
> Should be:
>
> {application, tcp_rpc, {
> ^^^^
> My fingers need to go on a diet. ;-)
>
> Thanks all
> -PWM
>
>
> ________________________________________________________________
> erlang-questions (at) erlang.org mailing list.
> See http://www.erlang.org/faq.html
> To unsubscribe; mailto:erlang-questions-unsubscribe@REDACTED
>
More information about the erlang-questions
mailing list