lsp-java icon indicating copy to clipboard operation
lsp-java copied to clipboard

debug inherited java test methods

Open joaocortes opened this issue 5 years ago • 0 comments

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?

joaocortes avatar Sep 19 '20 19:09 joaocortes