On Mon, Aug 16, 2010 at 00:20, Piotr Dorobisz <[email protected]> wrote: > Where/how can I see output of erlang function (for example if I call > io:format) called using Backend.call?
That's a little tricky. Not all backends have a console visible in Eclipse and the console is still not working 100% reliably. Better use erlide_log:log(), and the output is in the Eclipse console and log. /Vlad ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Erlide-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/erlide-devel
