Jinbo Wang

Results 326 comments of Jinbo Wang
trafficstars

If the main class name contains `$` character, the search engine works well, this issue doesn't exist. This issue just appears when the main method is located in an inner...

One possible solution is to add an extra search from main method if it's the enclosing type case.

This could be a helpful feature. It might be a good starting point for community contributior. @mozhuanzuojing Do you have interest for contribution? Here is a reference PR on how...

Your sample project duke works for me. May you have a try on the VS Code command "**Java: Clean the Java language server workspace**" ?

If the call stack is deep, enabling the smart step filtering will have performance impact. because it requires to check if each stack should be filtered out with the filter...

@kvonspiczak could you mind share us the log file? Run VS Code command "Java: Open Java Language Server log file" to get the log.

The JVM version mismatch is just a warning, not the root cause of the attach failure. Looks like it's network issue.

What the debugger does is to convert the launch.json configuration to the correct Java command line arguments and then run that command line argument in the terminal. If you run...

This looks like some JVM dll issue. Could you try updating your JDK to a latest version?