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

2010-08-31 Thread Vlad Dumitrescu
Hi! On Tue, Aug 31, 2010 at 15:52, Piotr Dorobisz wrote: > As I wrote you few days ago I managed to create my own node using > launchConfig.launch(): > >    private Backend createBackend(String name) { >        final RuntimeInfo info = > RuntimeInfo.copy(ErlangCore.getRuntimeInfoManager().getEr

[Erlide-devel] Integrating tracing tool with erlide

2010-08-31 Thread Piotr Dorobisz
Hi, As I wrote you few days ago I managed to create my own node using launchConfig.launch(): private Backend createBackend(String name) { final RuntimeInfo info = RuntimeInfo.copy(ErlangCore.getRuntimeInfoManager().getErlideRuntime(), false); if (info != null) { t