[ https://issues.apache.org/jira/browse/FLINK-9718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16532505#comment-16532505
]
ASF GitHub Bot commented on FLINK-9718:
---------------------------------------
Github user zjffdu commented on a diff in the pull request:
https://github.com/apache/flink/pull/6245#discussion_r200060027
--- Diff: flink-scala-shell/start-script/start-scala-shell.sh ---
@@ -19,6 +19,9 @@
# from scala-lang 2.10.4
+# Uncomment the following line to enable remote debug
+# export FLINK_SCALA_SHELL_JAVA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005"
--- End diff --
Sorry @yanghua I still think using bool flag is not proper. Regarding `hiding the details
of remote debug info`, I mean bool flag only control whether to enable remote debug, but does't
control how, such as which port to listen. If we introduce this bool flag, we will use 2
env variable to control whether and how to remote debug which is too verbose to me.
> Add enviroment variable in start-scala-shell.sh to enable remote debug
> ----------------------------------------------------------------------
>
> Key: FLINK-9718
> URL: https://issues.apache.org/jira/browse/FLINK-9718
> Project: Flink
> Issue Type: Improvement
> Reporter: Jeff Zhang
> Priority: Major
> Labels: pull-request-available
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|