You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2020/01/13 22:56:51 UTC

[GitHub] [netbeans] jlahoda commented on issue #1857: [NETBEANS-3616]:Provided support of enable-preview hint and debug opt…

jlahoda commented on issue #1857: [NETBEANS-3616]:Provided support of enable-preview hint and debug opt…
URL: https://github.com/apache/netbeans/pull/1857#issuecomment-573912869
 
 
   I guess two questions for now:
   -why parse the target address from the output, and not let the IDE listen and pass the port on which the IDE is listening to the debugee? Many if not all (Java) projects are doing that - see the JPDAStart classes.
   -the handling of Processes feels suspicious - it is not clear why there are subclasses of Process. Moreover - if the compilation fails, will the user see the compilation error messages from javac? I see External Execution only supports a single Process, so this is obviously tricky.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists