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
