Hi.
I don't know if it's a bug, but I have error while trying to debug my project:
"convertToDto unexpected type"
with "OK" and "Open launch.json" buttons.
The same project debugger works in VS Code with no issues
Hi, I have the same issue with docker image codercom/code-server:1.939.
I use that image just installed openjdk-8-jdk and maven.
In addtion I added some extensions: redhat.java, vscjava.vscode-java-debug, vscjava.vscode-maven.
Same problem here. Simply trying to use the lime extension in VSCode and try out some interactive debugging.
same thing. It is happening for me in vscode to run a java program. I get this error when I try to debug.
Same here.
having the same problem, any solution for this ?
The issue for me was solved by adding,
"java.home": <absolutePathToJDK>"
in the settings.json for the workspace.
Adding java.home to settings,json didn't fix it for me. The problem persists.
I have same issue and debugging for C++
I was able to resolve this error by changing "cppvsdbg" to "cppdbg" in launch.json
In my case, uninsall and reinstall the "C/C++ Extension" and than resolve the problem. (My case is occurred in C++ debuging environment)
This is a upstream problem. Please move this issue there.
Please help me with this error "converToDto Unexpected Type". It appears whenever I try to debug.
Most helpful comment
I have same issue and debugging for C++