[
https://issues.apache.org/jira/browse/ASTERIXDB-1459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15399692#comment-15399692
]
ASF subversion and git services commented on ASTERIXDB-1459:
------------------------------------------------------------
Commit 018ec4a1d45d7cbd922d31f7a4e2c531e43e6cf1 in asterixdb's branch
refs/heads/master from [~mblow]
[ https://git-wip-us.apache.org/repos/asf?p=asterixdb.git;h=018ec4a ]
ASTERIXDB-1459: Enable Debugging for Generated Functions
Generate classes as nested classes of original class (including
package) to enable debugging.
Change-Id: I0e7816864b91b2ce0e474137b20c9fee2e35c25c
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1030
Sonar-Qube: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: abdullah alamoudi <[email protected]>
> 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
> Assignee: Michael Blow
>
> ... 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)