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 2019/05/26 14:09:37 UTC

[GitHub] [netbeans] jlahoda commented on issue #1262: Support for Debugging single source java files (JEP-330)

jlahoda commented on issue #1262: Support for Debugging single source java files (JEP-330)
URL: https://github.com/apache/netbeans/pull/1262#issuecomment-496003567
 
 
   Not sure how exactly is this supposed to work, but I would expect this to work simply as:
   -enhance the existing ActionProvider that implements Run, to also start the debugger in the listening mode, and then perform run with the additional parameter that attaches to the debugger. Besides the code to start the debugger, this should only be a few lines of code. Making another copy of JPDAStart is not nice, but opening a random package in a random module is much worse.
   
   Of course, it might be that that the existing ActionProvider is not in a perfect module to touch debugger, but that IMO means it needs a better module, rather than modifying debugger.jpda stashing another ActionProvider into the OpenJDK project.
   

----------------------------------------------------------------
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