Re: [Erlide-devel] Run options

2010-01-17 Thread Vlad Dumitrescu
Hi! On Fri, Jan 15, 2010 at 13:36, Miguel Andrade Vazquez wrote: > I'm using the erlide plugin,but i don't know how can i debug a module,fixed > first,the  run options.Example: In my ubuntu console I write > $ -pa /usr/local/lib/yaws/ebin -yaws embedded true ,and de erlang shell > starts and I ca

[Erlide-devel] Run options

2010-01-16 Thread Miguel Andrade Vazquez
I'm using the erlide plugin,but i don't know how can i debug a module,fixed first,the run options.Example: In my ubuntu console I write $ -pa /usr/local/lib/yaws/ebin -yaws embedded true ,and de erlang shell starts and I can type application:start(yaws). ¿How can i do this from eclipse? Thanks pd: