dbalek commented on a change in pull request #3186:
URL: https://github.com/apache/netbeans/pull/3186#discussion_r715434482
##########
File path:
java/java.lsp.server/src/org/netbeans/modules/java/lsp/server/debugging/launch/NbLaunchDelegate.java
##########
@@ -508,7 +508,7 @@ public void finished(boolean success) {
if (provider == null) {
command = debug ? mainSource ? ActionProvider.COMMAND_DEBUG
- : ActionProvider.COMMAND_DEBUG //
DEBUG_TEST is missing?
+ : ActionProvider.COMMAND_TEST //TODO:
COMMAND_DEBUG_TEST is missing?
Review comment:
The specific combination of the method parameters should lead to running
of all project tests under a debugger. However, since the `COMMAND_DEBUG_TEST`
action is no available yet (it should be implemented in a separate PR) it it
IMHO better to run all tests without debugger than to run the project under
debugger.
--
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.
To unsubscribe, e-mail: [email protected]
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