You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Till Westmann (JIRA)" <ji...@apache.org> on 2016/05/20 18:46:12 UTC

[jira] [Created] (ASTERIXDB-1459) Debugging support for code that's generated ...

Till Westmann created ASTERIXDB-1459:
----------------------------------------

             Summary: Debugging support for code that's generated ...
                 Key: ASTERIXDB-1459
                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1459
             Project: Apache AsterixDB
          Issue Type: Task
          Components: AsterixDB
            Reporter: Till Westmann


... or hidden behind generated code. Currently we generate some byte code to avoid repetitive implementation of some language features. The disadvantage of this approach is that the generated byte code (and code that's called from the generated byte code) is difficult to debug. 
We need to find a way to debug such code (e.g. by generating Java code that could be picked up by a debugger?).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)