You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by zhiyezou <15...@qq.com.INVALID> on 2022/04/25 09:04:30 UTC

Flink SQL生成的Java code怎么debug

大家好:
如题,请问目前有什么方式能在本地Idea进行debug呢?谢谢!

Re:Flink SQL生成的Java code怎么debug

Posted by Xuyang <xy...@163.com>.
Hi,Flink通过janino生成代码,你可以参考Janino官方文档[1]使用参数:<br/>org.codehaus.janino.source_debugging.enable=true<br/>和<br/>org.codehaus.janino.source_debugging.dir=mypath<br/>进行本地debug<br/><br/>[1] http://janino-compiler.github.io/janino/#debugging
在 2022-04-25 17:04:30,"zhiyezou" <15...@qq.com.INVALID> 写道:
>大家好:
>如题,请问目前有什么方式能在本地Idea进行debug呢?谢谢!