Code-server: convertToDto unexpected type

Created on 17 Apr 2019  路  12Comments  路  Source: cdr/code-server

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

question

Most helpful comment

VScode error

I have same issue and debugging for C++

All 12 comments

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.

VScode error

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

lshamis picture lshamis  路  3Comments

KSXGitHub picture KSXGitHub  路  3Comments

tecosaur picture tecosaur  路  3Comments

grant picture grant  路  3Comments

justmao945 picture justmao945  路  3Comments