lsp-java
lsp-java copied to clipboard
debug inherited java test methods
Is there any command in dap-java able to debug an inherited test method?
dap-java-debug-test-method doesn't work because it extracts the method name from point.
I tried to rewrite the compilation command associated to the buffer created by dap-java-debug-test-method, but that doesn't work.
Maybe using the universal arg to force dap-java-debug-test-method to query for the method name?