[Erlide-devel] Integrating tracing tool with erlide

2010-08-15 Thread Piotr Dorobisz
Hi, Thank you very much for this example with EventHandler. I didn't know about it and wanted to implement asynchronous display refresh my way - I wanted to create thread that would receive data from ttb and update view without freezing all GUI. Tomorrow I'll try to use EventHandlers. I wanted t

[Erlide-devel] Integrating tracing tool with erlide

2010-08-15 Thread Piotr Dorobisz
Where/how can I see output of erlang function (for example if I call io:format) called using Backend.call? Piotrek -- This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer

Re: [Erlide-devel] Integrating tracing tool with erlide

2010-08-15 Thread Vlad Dumitrescu
On Sun, Aug 15, 2010 at 23:42, Piotr Dorobisz wrote: > So could you explain me how can I create new node (what arguments should I > pass to BackendManager.createBackend) on which I could start something (ttb > in this case)? Hi, I think you should use ErlangLaunchConfigurationDelegate.doLaunch

Re: [Erlide-devel] Integrating tracing tool with erlide

2010-08-15 Thread Vlad Dumitrescu
On Mon, Aug 16, 2010 at 00:20, Piotr Dorobisz 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. Bette