Re: debug for Flink
Posted by
Qian Ye on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/debug-for-Flink-tp19620p19645.html
That sounds nice. But the lazy evaluation feature of Flink seems to cause the debug process more different with a regular Java/Scala application. Do you know how to debug a Flink application, e.g., tracing some local variables, in IDE?
Best,
Stephen
Hi,
You can run Flink applications locally in your IDE and debug a Flink program just like a regular Java/Scala application.
Best, Fabian