Closed brakende closed 3 years ago
It means it's not implemented on metals side. So not much we can do here.
It means it's not implemented on metals side. So not much we can do here.
Can you provide some more info about what is actually missing on the Metals side?
Describe the bug When I start a
dap-ui-repl
and want to evalutate an expression in the REPL I get the messagean implementation is missing
.To Reproduce Steps to reproduce the behavior(sample project + file which can be used to reproduce the issue with.)
Create a simple Main object that extends app. Set a breakpoint. Start the debugging. Call.
M-x dap-ui-repl
. Type 1Expected behavior Should evaluate to 1 instead of showing
an implementation is missing
Screenshots If applicable, add screenshots to help explain your problem.