To get a better sense of what this looks like, you should attach install
Logback Lilith and take a look at the log events that are about compiling.
 You'll see the body of your function code in these snippets.  Since it is
runtime generated code, it isn't very easy to debug it directly.


On Sun, Jul 13, 2014 at 10:29 PM, Steven Phillips <[email protected]>
wrote:

> The classes that contain Drill functions never actually get instantiated.
> It's really just a template. The text from these methods is extracted, and
> used in the runtime generated code. So putting a breakpoint in a Drill
> function will not have any affect.
>
>
> On Sun, Jul 13, 2014 at 10:13 PM, Vineet Nair <[email protected]>
> wrote:
>
> > Hi ,
> >
> > I wanted to start contributing to Drill.
> > I was looking at some of the string functions that were implemented and I
> > was playing around with the code. I have set debug points in the some of
> > the functions in drill-java-exec project in Eclipse, but for some reason
> > when I run the query, it does not hit the breakpoint set in the code.
> > Am I missing something or there is some other way to debug the functions?
> >
> > Thanks,
> > Vineet
> >
>
>
>
> --
>  Steven Phillips
>  Software Engineer
>
>  mapr.com
>

Reply via email to