Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-08-15 Thread Daniel Willmann
Hello, On 08/14/2012 08:04 PM, Enlightenment SVN wrote: > Log: > elev8: Flush stdout when printing debug message > > Author: acidx > Modified: trunk/PROTO/elev8/src/bin/main.cc > === > --- trunk/PROTO/elev8/src/bin/main.cc 201

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-06-29 Thread Gustavo Sverzut Barbieri
Ecore_Getopt? On Friday, June 29, 2012, Enlightenment SVN wrote: > Log: > elev8: Add JavaScript debugger support > > To use the v8 debugger (d8), simply run elev8 with the "--debug" > parameter, > then the script name. On another terminal, run ``d8 --remote_debugger'' > -- > when connected, b

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Leandro Pereira
On Tue, Mar 6, 2012 at 6:36 PM, Gustavo Sverzut Barbieri wrote: > did you understand what I mean? you provide JS values for file, > function and line to eina_log_print(). I do. I'll see how to get a stack trace as well, this might help. --   Leandro

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Gustavo Sverzut Barbieri
On Tue, Mar 6, 2012 at 11:59 AM, Leandro Pereira wrote: > > On 03/06/2012 07:48 AM, Gustavo Sverzut Barbieri wrote: > > Can't you change it so it does know? and use > > > > http://docs.enlightenment.org/auto/eina/group__Eina__Log__Group.html#ga2ad47c77225cbcf8d35840547b5bbbe4 > > It is already wor

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Leandro Pereira
On 03/06/2012 07:48 AM, Gustavo Sverzut Barbieri wrote: > Can't you change it so it does know? and use > http://docs.enlightenment.org/auto/eina/group__Eina__Log__Group.html#ga2ad47c77225cbcf8d35840547b5bbbe4 It is already working. What wasn't working were that imported JavaScript modules didn't

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Gustavo Sverzut Barbieri
On Tue, Mar 6, 2012 at 7:35 AM, Leandro Pereira wrote: > On Mon, Mar 5, 2012 at 9:36 PM, Gustavo Sverzut Barbieri > wrote: >> As you can see, you should NOT use the eina_log.h MACRO, use the >> function instead and provide more meaningful file/line instead of >> always doing elev8_utils.cc:60 :-)

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-06 Thread Leandro Pereira
On Mon, Mar 5, 2012 at 9:36 PM, Gustavo Sverzut Barbieri wrote: > As you can see, you should NOT use the eina_log.h MACRO, use the > function instead and provide more meaningful file/line instead of > always doing elev8_utils.cc:60 :-) Wouldn't make any difference here: Eina_Log wouldn't know abo

Re: [E-devel] E SVN: acidx trunk/PROTO/elev8/src/bin

2012-03-05 Thread Gustavo Sverzut Barbieri
On Mon, Mar 5, 2012 at 4:34 PM, Enlightenment SVN wrote: > > Log: > elev8: Define the JavaScript module file name > >  Error messages are meaningful now: >     ERR<11319>:elev8 elev8_utils.cc:60 boom() ./app.js:12 TypeError: Object > [object Object] has no method 'derp' > >  Instead of: >     ERR