entlicher opened a new pull request #2978:
URL: https://github.com/apache/netbeans/pull/2978
This PR introduces debugger attach for JPDA debugger in Apache NetBeans
VSCode extension.
We provide the attach connectors in a dynamic way (according to what the
current JVM provides on the current user OS).
In the VSCode UI the attach actions are available via the Run combo-box,
clicking on "Java 8+..." suggests two items on Linux ("Attach to Port" and
"Attach to Process") and three items on Windows ("Attach to Shared Memory" in
addition).
"Attach to Process" shows a quick pick with running processes eligible for
debugger attach.
The selected attach action can be added to `launch.conf` for customization
via a button with "Configure" icon next to the attach action.
Two new commands are introduced:
`java.attachDebugger.configurations` - to retrieve a list of debugger attach
configurations,
`java.attachDebugger.pickProcess` - to show a Quick Pick dialog with
processes eligible for debugger attach.
--
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists