The easiest way to look at stuff in the debugger is to start the AsterixHyracksIntegrationUtil in the debugger. The AsterixHyracksIntegrationUtil will start a mini-cluster in a single JVM and you can break and watch everything. Just start the main method of the AsterixHyracksIntegrationUtil, connect your browser to localhost:19001 and type the queries into the web interface.
Hope this helps, Till On 6 Jul 2016, at 11:16, Vignesh Raghunathan wrote: > Hi, > > I've been trying to figure out how functions are implemented under the hood > in AsterixDB. For example, I would like to know what happens when the aql > statement count([1,2,3]) is executed. > > I tried to set up remote debugging in eclipse to step through the code. > However, I'm not sure what to change to launch an asterixdb instance in > debug mode. Is there a way to do it? > > Thanks, > Vignesh
