Support for Debugging single source java files (JEP-330)#1262
Support for Debugging single source java files (JEP-330)#1262sarveshkesharwani wants to merge 1 commit intoapache:masterfrom
Conversation
|
Looks great to me, thanks for this enhancement to your already great support for JEP 330. |
|
Not sure how exactly is this supposed to work, but I would expect this to work simply as: 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. |
|
@sarveshkesharwani is this still relevant? |
|
@matthiasblaesing sorry for the late reply (had a busy month). I do intend to work on this feature soon. However, I think it would be better to start afresh, so, I'll close this PR and create a new one as soon as I'm done. |
This feature allows the user to debug any Java File which is not a part of any project.
Although it mentions JEP-330, this feature works fine for JDK versions lower than 11 too.